#9BB57D

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

Shades of Olivine #9BB57D

Tints of Olivine #9BB57D

Color information

#9BB57D (or 0x9BB57D) is unknown color: approx Olivine. HEX triplet: 9B, B5 and 7D. RGB value is (155,181,125). Sum of RGB (Red+Green+Blue) = 155+181+125=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB57D is #644A82. Grayscale: #A7A7A7. Windows color (decimal): -6572675 or 8238491. OLE color: 8238491.

HSL color Cylindrical-coordinate representation of color #9BB57D: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BB57D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB155181125-
CMYK0.1400.310.29
HSL87.86º27.45%60%-
HSV(B)87.86º30.94%70.98%-
XYZ33.7441.525.63-
YUV166.84104.39119.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=33.62%
G=39.26%
B=27.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811250.1400.310.2987.8627.4560
Hex9BB57DE01F1D581b3c
Octal23326517516037351303374
Binary10011011101101011111101111001111111101101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,125); }

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

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

 a { background-color: rgb(155,181,125); }

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

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

 span { border-color: rgb(155,181,125); }

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