#9FBD6A

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

Shades of Olivine #9FBD6A

Tints of Olivine #9FBD6A

Color information

#9FBD6A (or 0x9FBD6A) is unknown color: approx Olivine. HEX triplet: 9F, BD and 6A. RGB value is (159,189,106). Sum of RGB (Red+Green+Blue) = 159+189+106=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD6A is #604295. Grayscale: #AAAAAA. Windows color (decimal): -6308502 or 6995359. OLE color: 6995359.

HSL color Cylindrical-coordinate representation of color #9FBD6A: hue angle of 81.69º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FBD6A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB159189106-
CMYK0.1600.440.26
HSL81.69º38.6%57.84%-
HSV(B)81.69º43.92%74.12%-
XYZ35.144.8120.43-
YUV170.5791.56119.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=35.02%
G=41.63%
B=23.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891060.1600.440.2681.6938.657.84
Hex9FBD6A1002C1A52273a
Octal23727515220054321224772
Binary10011111101111011101010100000101100110101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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