#9ACB66

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

Shades of Olivine #9ACB66

Tints of Olivine #9ACB66

Color information

#9ACB66 (or 0x9ACB66) is unknown color: approx Olivine. HEX triplet: 9A, CB and 66. RGB value is (154,203,102). Sum of RGB (Red+Green+Blue) = 154+203+102=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB66 is #653499. Grayscale: #B1B1B1. Windows color (decimal): -6632602 or 6736794. OLE color: 6736794.

HSL color Cylindrical-coordinate representation of color #9ACB66: hue angle of 89.11º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ACB66 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB154203102-
CMYK0.2400.500.20
HSL89.11º49.27%59.8%-
HSV(B)89.11º49.75%79.61%-
XYZ37.0850.5420.37-
YUV176.8385.77111.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=33.55%
G=44.23%
B=22.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031020.2400.500.2089.1149.2759.8
Hex9ACB66180321459313c
Octal23231314630062241316174
Binary10011010110010111100110110000110010101001011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,102); }

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

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

 a { background-color: rgb(154,203,102); }

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

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

 span { border-color: rgb(154,203,102); }

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