#8CB20E

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

Shades of Citrus #8CB20E

Tints of Citrus #8CB20E

Color information

#8CB20E (or 0x8CB20E) is unknown color: approx Citrus. HEX triplet: 8C, B2 and 0E. RGB value is (140,178,14). Sum of RGB (Red+Green+Blue) = 140+178+14=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB20E is #734DF1. Grayscale: #949494. Windows color (decimal): -7556594 or 963212. OLE color: 963212.

HSL color Cylindrical-coordinate representation of color #8CB20E: hue angle of 73.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB20E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB14017814-
CMYK0.2100.920.30
HSL73.9º85.42%37.65%-
HSV(B)73.9º92.13%69.8%-
XYZ26.8137.456.23-
YUV147.9452.41122.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=42.17%
G=53.61%
B=4.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140178140.2100.920.3073.985.4237.65
Hex8CB2E1505C1E4a5526
Octal214262162501343611212546
Binary1000110010110010111010101010111001111010010101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,14); }

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

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

 a { background-color: rgb(140,178,14); }

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

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

 span { border-color: rgb(140,178,14); }

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