#9BB97E

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

Shades of Olivine #9BB97E

Tints of Olivine #9BB97E

Color information

#9BB97E (or 0x9BB97E) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 7E. RGB value is (155,185,126). Sum of RGB (Red+Green+Blue) = 155+185+126=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB97E is #644681. Grayscale: #A9A9A9. Windows color (decimal): -6571650 or 8305051. OLE color: 8305051.

HSL color Cylindrical-coordinate representation of color #9BB97E: hue angle of 90.51º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BB97E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB155185126-
CMYK0.1600.320.27
HSL90.51º29.65%60.98%-
HSV(B)90.51º31.89%72.55%-
XYZ34.6343.1726.25-
YUV169.3103.56117.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.26%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=33.26%
G=39.70%
B=27.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851260.1600.320.2790.5129.6560.98
Hex9BB97E100201B5b1e3d
Octal23327117620040331333675
Binary1001101110111001111111010000010000011011101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,126); }

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

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

 a { background-color: rgb(155,185,126); }

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

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

 span { border-color: rgb(155,185,126); }

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