#9CBA6B

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

Shades of Olivine #9CBA6B

Tints of Olivine #9CBA6B

Color information

#9CBA6B (or 0x9CBA6B) is unknown color: approx Olivine. HEX triplet: 9C, BA and 6B. RGB value is (156,186,107). Sum of RGB (Red+Green+Blue) = 156+186+107=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA6B is #634594. Grayscale: #A8A8A8. Windows color (decimal): -6505877 or 7060124. OLE color: 7060124.

HSL color Cylindrical-coordinate representation of color #9CBA6B: hue angle of 82.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CBA6B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB156186107-
CMYK0.1600.420.27
HSL82.78º36.41%57.45%-
HSV(B)82.78º42.47%72.94%-
XYZ33.9243.2520.47-
YUV168.0293.56119.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=34.74%
G=41.43%
B=23.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861070.1600.420.2782.7836.4157.45
Hex9CBA6B1002A1B532439
Octal23427215320052331234471
Binary10011100101110101101011100000101010110111010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,107); }

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

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

 a { background-color: rgb(156,186,107); }

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

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

 span { border-color: rgb(156,186,107); }

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