#9CBF64

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

Shades of Olivine #9CBF64

Tints of Olivine #9CBF64

Color information

#9CBF64 (or 0x9CBF64) is unknown color: approx Olivine. HEX triplet: 9C, BF and 64. RGB value is (156,191,100). Sum of RGB (Red+Green+Blue) = 156+191+100=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF64 is #63409B. Grayscale: #AAAAAA. Windows color (decimal): -6504604 or 6602652. OLE color: 6602652.

HSL color Cylindrical-coordinate representation of color #9CBF64: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CBF64 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB156191100-
CMYK0.1800.480.25
HSL83.08º41.55%57.06%-
HSV(B)83.08º47.64%74.9%-
XYZ34.6445.2518.96-
YUV170.1688.4117.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=34.90%
G=42.73%
B=22.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911000.1800.480.2583.0841.5557.06
Hex9CBF641203019532a39
Octal23427714422060311235271
Binary10011100101111111100100100100110000110011010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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