#9CBA69

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

Shades of Olivine #9CBA69

Tints of Olivine #9CBA69

Color information

#9CBA69 (or 0x9CBA69) is unknown color: approx Olivine. HEX triplet: 9C, BA and 69. RGB value is (156,186,105). Sum of RGB (Red+Green+Blue) = 156+186+105=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA69 is #634596. Grayscale: #A8A8A8. Windows color (decimal): -6505879 or 6929052. OLE color: 6929052.

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

Color convert

RGB156186105-
CMYK0.1600.440.27
HSL82.22º36.99%57.06%-
HSV(B)82.22º43.55%72.94%-
XYZ33.8243.2119.92-
YUV167.892.56119.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=34.90%
G=41.61%
B=23.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861050.1600.440.2782.2236.9957.06
Hex9CBA691002C1B522539
Octal23427215120054331224571
Binary10011100101110101101001100000101100110111010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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