#9CB477

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

Shades of Olivine #9CB477

Tints of Olivine #9CB477

Color information

#9CB477 (or 0x9CB477) is unknown color: approx Olivine. HEX triplet: 9C, B4 and 77. RGB value is (156,180,119). Sum of RGB (Red+Green+Blue) = 156+180+119=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB477 is #634B88. Grayscale: #A6A6A6. Windows color (decimal): -6507401 or 7845020. OLE color: 7845020.

HSL color Cylindrical-coordinate representation of color #9CB477: hue angle of 83.61º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB477 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB156180119-
CMYK0.1300.340.29
HSL83.61º28.91%58.63%-
HSV(B)83.61º33.89%70.59%-
XYZ33.3641.0423.62-
YUV165.87101.55120.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=34.29%
G=39.56%
B=26.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801190.1300.340.2983.6128.9158.63
Hex9CB477D0221D541d3b
Octal23426416715042351243573
Binary100111001011010011101111101010001011101101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,119); }

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

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

 a { background-color: rgb(156,180,119); }

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

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

 span { border-color: rgb(156,180,119); }

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