#9DBF64

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

Shades of Olivine #9DBF64

Tints of Olivine #9DBF64

Color information

#9DBF64 (or 0x9DBF64) is unknown color: approx Olivine. HEX triplet: 9D, BF and 64. RGB value is (157,191,100). Sum of RGB (Red+Green+Blue) = 157+191+100=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF64 is #62409B. Grayscale: #AAAAAA. Windows color (decimal): -6439068 or 6602653. OLE color: 6602653.

HSL color Cylindrical-coordinate representation of color #9DBF64: hue angle of 82.42º 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 #9DBF64 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB157191100-
CMYK0.1800.480.25
HSL82.42º41.55%57.06%-
HSV(B)82.42º47.64%74.9%-
XYZ34.8445.3518.97-
YUV170.4688.24118.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=35.04%
G=42.63%
B=22.32%

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
Decimal1571911000.1800.480.2582.4241.5557.06
Hex9DBF641203019522a39
Octal23527714422060311225271
Binary10011101101111111100100100100110000110011010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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