Html Css Color HEX #8BA215 Citron

📋 copy color: '#8BA215'

red 139 ◦ green 162 ◦ blue 21

#8BA215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8BA215

Tints of Citron #8BA215

RGB

 RED value IS 139 (54.69% from 255) = 43.17%

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 43.17%
G = 50.31%
B = 6.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8BA215 (or 0x8BA215) is known color: Citron. HEX triplet: 8B, A2 and 15. RGB value is (139,162,21). Sum of RGB (Red+Green+Blue) = 139+162+21=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA215 is #745DEA. Grayscale: #8B8B8B. Windows color (decimal): -7626219 or 1417867. OLE color: 1417867.

HSL color Cylindrical-coordinate representation of color #8BA215: hue angle of 69.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BA215 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 162 21 -
CMYK 0.14 0 0.87 0.36
HSL 69.79º 0.77% 0.36% -
HSV(B) 69.79º 0.87% 0.64% -
XYZ 23.7 31.38 5.52 -
YUV 139.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 139 162 21 0.14 0 0.87 0.36 69.79 0.77 0.36
Hex 8B A2 15 E 0 57 24 46 4D 24
Octal 213 242 25 16 0 127 44 106 115 44
Binary 10001011 10100010 10101 1110 0 1010111 100100 1000110 1001101 100100

Color Harmonies of #8BA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA215

Black with #8BA215

Text Example


Text Example

White with #8BA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA215; }

 p { color: rgb(139,162,21); }

 H1.HeaderClassName
 {
   color: #8BA215;
 }
 .AnyTagClassName
 {
   color: #8BA215;
 }
</style>

background-color css

<style>
 a { background-color: #8BA215; }

 a { background-color: rgb(139,162,21); }

 div.DivClassName
 {
   background-color: #8BA215;
 }
 .BgClassName
 {
   background-color: #8BA215;
 }
</style>

border-color css

<style>
 span { border-color: #8BA215; }

 span { border-color: rgb(139,162,21); }

 td.TdClassName
 {
   border-color: #8BA215;
 }
 .TagClassName
 {
   border-color: #8BA215;
 }
</style>