#8CAB00

Color #8CAB00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8CAB00

Tints of Citrus #8CAB00

Color information

#8CAB00 (or 0x8CAB00) is unknown color: approx Citrus. HEX triplet: 8C, AB and 00. RGB value is (140,171,0). Sum of RGB (Red+Green+Blue) = 140+171+0=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB00 is #7354FF. Grayscale: #8E8E8E. Windows color (decimal): -7558400 or 43916. OLE color: 43916.

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

Color convert

RGB1401710-
CMYK0.18010.33
HSL70.88º100%33.53%-
HSV(B)70.88º100%67.06%-
XYZ25.3834.75.36-
YUV142.2447.73126.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.02%
G=54.98%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14017100.18010.3370.8810033.53
Hex8CAB01206421476422
Octal21425302201444110714442
Binary10001100101010110100100110010010000110001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CAB00;
 }
 .AnyTagClassName
 {
   color: #8CAB00;
 }
</style>
background-color css

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

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

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

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

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

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