#9CBF6C

Color #9CBF6C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CBF6C

Tints of Olivine #9CBF6C

Color information

#9CBF6C (or 0x9CBF6C) is unknown color: approx Olivine. HEX triplet: 9C, BF and 6C. RGB value is (156,191,108). Sum of RGB (Red+Green+Blue) = 156+191+108=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF6C is #634093. Grayscale: #ABABAB. Windows color (decimal): -6504596 or 7126940. OLE color: 7126940.

HSL color Cylindrical-coordinate representation of color #9CBF6C: hue angle of 85.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CBF6C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB156191108-
CMYK0.1800.430.25
HSL85.3º39.34%58.63%-
HSV(B)85.3º43.46%74.9%-
XYZ35.0545.4121.11-
YUV171.0792.4117.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=34.29%
G=41.98%
B=23.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911080.1800.430.2585.339.3458.63
Hex9CBF6C1202B1955273b
Octal23427715422053311254773
Binary10011100101111111101100100100101011110011010101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBF6C; }

 p { color: rgb(156,191,108); }

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

<style>
 a { background-color: #9CBF6C; }

 a { background-color: rgb(156,191,108); }

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

<style>
 span { border-color: #9CBF6C; }

 span { border-color: rgb(156,191,108); }

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