#9CBD64

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

Shades of Olivine #9CBD64

Tints of Olivine #9CBD64

Color information

#9CBD64 (or 0x9CBD64) is unknown color: approx Olivine. HEX triplet: 9C, BD and 64. RGB value is (156,189,100). Sum of RGB (Red+Green+Blue) = 156+189+100=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD64 is #63429B. Grayscale: #A9A9A9. Windows color (decimal): -6505116 or 6602140. OLE color: 6602140.

HSL color Cylindrical-coordinate representation of color #9CBD64: hue angle of 82.25º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CBD64 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB156189100-
CMYK0.1700.470.26
HSL82.25º40.27%56.67%-
HSV(B)82.25º47.09%74.12%-
XYZ34.2144.3818.82-
YUV168.9989.07118.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 189 (74.22% from 255) = 42.47%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=35.06%
G=42.47%
B=22.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891000.1700.470.2682.2540.2756.67
Hex9CBD641102F1A522839
Octal23427514421057321225071
Binary10011100101111011100100100010101111110101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,100); }

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

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

 a { background-color: rgb(156,189,100); }

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

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

 span { border-color: rgb(156,189,100); }

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