#8CB80F

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

Shades of Citrus #8CB80F

Tints of Citrus #8CB80F

Color information

#8CB80F (or 0x8CB80F) is unknown color: approx Citrus. HEX triplet: 8C, B8 and 0F. RGB value is (140,184,15). Sum of RGB (Red+Green+Blue) = 140+184+15=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB80F is #7347F0. Grayscale: #989898. Windows color (decimal): -7555057 or 1030284. OLE color: 1030284.

HSL color Cylindrical-coordinate representation of color #8CB80F: hue angle of 75.62º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB80F is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB14018415-
CMYK0.2400.920.28
HSL75.62º84.92%39.02%-
HSV(B)75.62º91.85%72.16%-
XYZ28.0439.896.67-
YUV151.5850.92119.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 184 (72.27% from 255) = 54.28%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=41.30%
G=54.28%
B=4.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140184150.2400.920.2875.6284.9239.02
Hex8CB8F1805C1C4c5527
Octal214270173001343411412547
Binary1000110010111000111111000010111001110010011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,15); }

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

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

 a { background-color: rgb(140,184,15); }

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

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

 span { border-color: rgb(140,184,15); }

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