#8CB709

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

Shades of Citrus #8CB709

Tints of Citrus #8CB709

Color information

#8CB709 (or 0x8CB709) is unknown color: approx Citrus. HEX triplet: 8C, B7 and 09. RGB value is (140,183,9). Sum of RGB (Red+Green+Blue) = 140+183+9=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB709 is #7348F6. Grayscale: #969696. Windows color (decimal): -7555319 or 636812. OLE color: 636812.

HSL color Cylindrical-coordinate representation of color #8CB709: hue angle of 74.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CB709 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1401839-
CMYK0.2300.950.28
HSL74.83º90.62%37.65%-
HSV(B)74.83º95.08%71.76%-
XYZ27.839.466.41-
YUV150.3148.25120.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 183 (71.88% from 255) = 55.12%
BLUE value IS 9 (3.91% from 255) = 2.71%
R=42.17%
G=55.12%
B=2.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14018390.2300.950.2874.8390.6237.65
Hex8CB791705F1C4b5b26
Octal214267112701373411313346
Binary1000110010110111100110111010111111110010010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,9); }

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

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

 a { background-color: rgb(140,183,9); }

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

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

 span { border-color: rgb(140,183,9); }

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