#8CBC09

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

Shades of Citrus #8CBC09

Tints of Citrus #8CBC09

Color information

#8CBC09 (or 0x8CBC09) is unknown color: approx Citrus. HEX triplet: 8C, BC and 09. RGB value is (140,188,9). Sum of RGB (Red+Green+Blue) = 140+188+9=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC09 is #7343F6. Grayscale: #999999. Windows color (decimal): -7554039 or 638092. OLE color: 638092.

HSL color Cylindrical-coordinate representation of color #8CBC09: hue angle of 76.09º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CBC09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1401889-
CMYK0.2600.950.26
HSL76.09º90.86%38.63%-
HSV(B)76.09º95.21%73.73%-
XYZ28.8541.566.76-
YUV153.2446.6118.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 188 (73.83% from 255) = 55.79%
BLUE value IS 9 (3.91% from 255) = 2.67%
R=41.54%
G=55.79%
B=2.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14018890.2600.950.2676.0990.8638.63
Hex8CBC91A05F1A4c5b27
Octal214274113201373211413347
Binary1000110010111100100111010010111111101010011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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