#9ACB61

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

Shades of Olivine #9ACB61

Tints of Olivine #9ACB61

Color information

#9ACB61 (or 0x9ACB61) is unknown color: approx Olivine. HEX triplet: 9A, CB and 61. RGB value is (154,203,97). Sum of RGB (Red+Green+Blue) = 154+203+97=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB61 is #65349E. Grayscale: #B0B0B0. Windows color (decimal): -6632607 or 6409114. OLE color: 6409114.

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

Color convert

RGB15420397-
CMYK0.2400.520.20
HSL87.74º50.48%58.82%-
HSV(B)87.74º52.22%79.61%-
XYZ36.8450.4419.1-
YUV176.2683.27112.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=33.92%
G=44.71%
B=21.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154203970.2400.520.2087.7450.4858.82
Hex9ACB61180341458323b
Octal23231314130064241306273
Binary10011010110010111100001110000110100101001011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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