Html Css Color HEX #8CAB06 Citrus

📋 copy color: '#8CAB06'

red 140 ◦ green 171 ◦ blue 6

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

Shades of Citrus #8CAB06

Tints of Citrus #8CAB06

RGB

 RED value IS 140 (55.08% from 255) = 44.16%

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 44.16%
G = 53.94%
B = 1.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#8CAB06 (or 0x8CAB06) is known color: Citrus. HEX triplet: 8C, AB and 06. RGB value is (140,171,6). Sum of RGB (Red+Green+Blue) = 140+171+6=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB06 is #7354F9. Grayscale: #8F8F8F. Windows color (decimal): -7558394 or 437132. OLE color: 437132.

HSL color Cylindrical-coordinate representation of color #8CAB06: hue angle of 71.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CAB06 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 6 -
CMYK 0.18 0 0.96 0.33
HSL 71.27º 0.93% 0.35% -
HSV(B) 71.27º 0.96% 0.67% -
XYZ 25.41 34.71 5.53 -
YUV 142.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 140 171 6 0.18 0 0.96 0.33 71.27 0.93 0.35
Hex 8C AB 6 12 0 60 21 47 5D 23
Octal 214 253 6 22 0 140 41 107 135 43
Binary 10001100 10101011 110 10010 0 1100000 100001 1000111 1011101 100011

Color Harmonies of #8CAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB06

Black with #8CAB06

Text Example


Text Example

White with #8CAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,6); }

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

background-color css

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

 a { background-color: rgb(140,171,6); }

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

border-color css

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

 span { border-color: rgb(140,171,6); }

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