#9FBD64

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

Shades of Olivine #9FBD64

Tints of Olivine #9FBD64

Color information

#9FBD64 (or 0x9FBD64) is unknown color: approx Olivine. HEX triplet: 9F, BD and 64. RGB value is (159,189,100). Sum of RGB (Red+Green+Blue) = 159+189+100=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD64 is #60429B. Grayscale: #AAAAAA. Windows color (decimal): -6308508 or 6602143. OLE color: 6602143.

HSL color Cylindrical-coordinate representation of color #9FBD64: hue angle of 80.22º 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 #9FBD64 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB159189100-
CMYK0.1600.470.26
HSL80.22º40.27%56.67%-
HSV(B)80.22º47.09%74.12%-
XYZ34.844.6918.85-
YUV169.8888.56120.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=35.49%
G=42.19%
B=22.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891000.1600.470.2680.2240.2756.67
Hex9FBD641002F1A502839
Octal23727514420057321205071
Binary10011111101111011100100100000101111110101010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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