#9ACB6E

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

Shades of Olivine #9ACB6E

Tints of Olivine #9ACB6E

Color information

#9ACB6E (or 0x9ACB6E) is unknown color: approx Olivine. HEX triplet: 9A, CB and 6E. RGB value is (154,203,110). Sum of RGB (Red+Green+Blue) = 154+203+110=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB6E is #653491. Grayscale: #B2B2B2. Windows color (decimal): -6632594 or 7261082. OLE color: 7261082.

HSL color Cylindrical-coordinate representation of color #9ACB6E: hue angle of 91.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ACB6E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB154203110-
CMYK0.2400.460.20
HSL91.61º47.21%61.37%-
HSV(B)91.61º45.81%79.61%-
XYZ37.550.7122.56-
YUV177.7589.77111.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=32.98%
G=43.47%
B=23.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031100.2400.460.2091.6147.2161.37
Hex9ACB6E1802E145c2f3d
Octal23231315630056241345775
Binary10011010110010111101110110000101110101001011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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