#9BBB6E

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

Shades of Olivine #9BBB6E

Tints of Olivine #9BBB6E

Color information

#9BBB6E (or 0x9BBB6E) is unknown color: approx Olivine. HEX triplet: 9B, BB and 6E. RGB value is (155,187,110). Sum of RGB (Red+Green+Blue) = 155+187+110=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB6E is #644491. Grayscale: #A8A8A8. Windows color (decimal): -6571154 or 7256987. OLE color: 7256987.

HSL color Cylindrical-coordinate representation of color #9BBB6E: hue angle of 84.94º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BBB6E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB155187110-
CMYK0.1700.410.27
HSL84.94º36.15%58.24%-
HSV(B)84.94º41.18%73.33%-
XYZ34.143.6421.38-
YUV168.6594.9118.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=34.29%
G=41.37%
B=24.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871100.1700.410.2784.9436.1558.24
Hex9BBB6E110291B55243a
Octal23327315621051331254472
Binary10011011101110111101110100010101001110111010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,110); }

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

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

 a { background-color: rgb(155,187,110); }

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

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

 span { border-color: rgb(155,187,110); }

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