Html Css Color HEX #8CAB05 Citrus

📋 copy color: '#8CAB05'

red 140 ◦ green 171 ◦ blue 5

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

Shades of Citrus #8CAB05

Tints of Citrus #8CAB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 44.3%
G = 54.11%
B = 1.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#8CAB05 (or 0x8CAB05) is known color: Citrus. HEX triplet: 8C, AB and 05. RGB value is (140,171,5). Sum of RGB (Red+Green+Blue) = 140+171+5=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB05 is #7354FA. Grayscale: #8F8F8F. Windows color (decimal): -7558395 or 371596. OLE color: 371596.

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

Color convert

RGB 140 171 5 -
CMYK 0.18 0 0.97 0.33
HSL 71.2º 0.94% 0.35% -
HSV(B) 71.2º 0.97% 0.67% -
XYZ 25.41 34.71 5.5 -
YUV 142.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 140 171 5 0.18 0 0.97 0.33 71.2 0.94 0.35
Hex 8C AB 5 12 0 61 21 47 5E 23
Octal 214 253 5 22 0 141 41 107 136 43
Binary 10001100 10101011 101 10010 0 1100001 100001 1000111 1011110 100011

Color Harmonies of #8CAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB05

Black with #8CAB05

Text Example


Text Example

White with #8CAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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