#9CB181

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

Shades of Olivine #9CB181

Tints of Olivine #9CB181

Color information

#9CB181 (or 0x9CB181) is unknown color: approx Olivine. HEX triplet: 9C, B1 and 81. RGB value is (156,177,129). Sum of RGB (Red+Green+Blue) = 156+177+129=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB181 is #634E7E. Grayscale: #A5A5A5. Windows color (decimal): -6508159 or 8499612. OLE color: 8499612.

HSL color Cylindrical-coordinate representation of color #9CB181: hue angle of 86.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CB181 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB156177129-
CMYK0.1200.270.31
HSL86.25º23.53%60%-
HSV(B)86.25º27.12%69.41%-
XYZ33.3940.126.75-
YUV165.25107.54121.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=33.77%
G=38.31%
B=27.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771290.1200.270.3186.2523.5360
Hex9CB181C01B1F56183c
Octal23426120114033371263074
Binary100111001011000110000001110001101111111101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,129); }

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

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

 a { background-color: rgb(156,177,129); }

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

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

 span { border-color: rgb(156,177,129); }

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