#9CB56E

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

Shades of Olivine #9CB56E

Tints of Olivine #9CB56E

Color information

#9CB56E (or 0x9CB56E) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 6E. RGB value is (156,181,110). Sum of RGB (Red+Green+Blue) = 156+181+110=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB56E is #634A91. Grayscale: #A5A5A5. Windows color (decimal): -6507154 or 7255452. OLE color: 7255452.

HSL color Cylindrical-coordinate representation of color #9CB56E: hue angle of 81.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB56E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB156181110-
CMYK0.1400.390.29
HSL81.13º32.42%57.06%-
HSV(B)81.13º39.23%70.98%-
XYZ33.0541.2420.97-
YUV165.4396.72121.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=34.90%
G=40.49%
B=24.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811100.1400.390.2981.1332.4257.06
Hex9CB56EE0271D512039
Octal23426515616047351214071
Binary1001110010110101110111011100100111111011010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,110); }

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

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

 a { background-color: rgb(156,181,110); }

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

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

 span { border-color: rgb(156,181,110); }

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