#9CBA63

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

Shades of Olivine #9CBA63

Tints of Olivine #9CBA63

Color information

#9CBA63 (or 0x9CBA63) is unknown color: approx Olivine. HEX triplet: 9C, BA and 63. RGB value is (156,186,99). Sum of RGB (Red+Green+Blue) = 156+186+99=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA63 is #63459C. Grayscale: #A7A7A7. Windows color (decimal): -6505885 or 6535836. OLE color: 6535836.

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

Color convert

RGB15618699-
CMYK0.1600.470.27
HSL80.69º38.67%55.88%-
HSV(B)80.69º46.77%72.94%-
XYZ33.5243.0918.35-
YUV167.1189.56120.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=35.37%
G=42.18%
B=22.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186990.1600.470.2780.6938.6755.88
Hex9CBA631002F1B512738
Octal23427214320057331214770
Binary10011100101110101100011100000101111110111010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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