#9CB47B

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

Shades of Olivine #9CB47B

Tints of Olivine #9CB47B

Color information

#9CB47B (or 0x9CB47B) is unknown color: approx Olivine. HEX triplet: 9C, B4 and 7B. RGB value is (156,180,123). Sum of RGB (Red+Green+Blue) = 156+180+123=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB47B is #634B84. Grayscale: #A6A6A6. Windows color (decimal): -6507397 or 8107164. OLE color: 8107164.

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

Color convert

RGB156180123-
CMYK0.1300.320.29
HSL85.26º27.54%59.41%-
HSV(B)85.26º31.67%70.59%-
XYZ33.6141.1424.91-
YUV166.33103.55120.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=33.99%
G=39.22%
B=26.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801230.1300.320.2985.2627.5459.41
Hex9CB47BD0201D551c3b
Octal23426417315040351253473
Binary100111001011010011110111101010000011101101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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