#9BB97A

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

Shades of Olivine #9BB97A

Tints of Olivine #9BB97A

Color information

#9BB97A (or 0x9BB97A) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 7A. RGB value is (155,185,122). Sum of RGB (Red+Green+Blue) = 155+185+122=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB97A is #644685. Grayscale: #A9A9A9. Windows color (decimal): -6571654 or 8042907. OLE color: 8042907.

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

Color convert

RGB155185122-
CMYK0.1600.340.27
HSL88.57º31.03%60.2%-
HSV(B)88.57º34.05%72.55%-
XYZ34.3843.0724.91-
YUV168.85101.56118.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=33.55%
G=40.04%
B=26.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851220.1600.340.2788.5731.0360.2
Hex9BB97A100221B591f3c
Octal23327117220042331313774
Binary1001101110111001111101010000010001011011101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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