#9CBF6A

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

Shades of Olivine #9CBF6A

Tints of Olivine #9CBF6A

Color information

#9CBF6A (or 0x9CBF6A) is unknown color: approx Olivine. HEX triplet: 9C, BF and 6A. RGB value is (156,191,106). Sum of RGB (Red+Green+Blue) = 156+191+106=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF6A is #634095. Grayscale: #ABABAB. Windows color (decimal): -6504598 or 6995868. OLE color: 6995868.

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

Color convert

RGB156191106-
CMYK0.1800.450.25
HSL84.71º39.91%58.24%-
HSV(B)84.71º44.5%74.9%-
XYZ34.9445.3720.55-
YUV170.8491.4117.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=34.44%
G=42.16%
B=23.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911060.1800.450.2584.7139.9158.24
Hex9CBF6A1202D1955283a
Octal23427715222055311255072
Binary10011100101111111101010100100101101110011010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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