#9DBE64

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

Shades of Olivine #9DBE64

Tints of Olivine #9DBE64

Color information

#9DBE64 (or 0x9DBE64) is unknown color: approx Olivine. HEX triplet: 9D, BE and 64. RGB value is (157,190,100). Sum of RGB (Red+Green+Blue) = 157+190+100=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE64 is #62419B. Grayscale: #AAAAAA. Windows color (decimal): -6439324 or 6602397. OLE color: 6602397.

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

Color convert

RGB157190100-
CMYK0.1700.470.25
HSL82º40.91%56.86%-
HSV(B)82º47.37%74.51%-
XYZ34.6244.9218.9-
YUV169.8788.57118.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=35.12%
G=42.51%
B=22.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901000.1700.470.258240.9156.86
Hex9DBE641102F19522939
Octal23527614421057311225171
Binary10011101101111101100100100010101111110011010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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