#9BBA7B

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

Shades of Olivine #9BBA7B

Tints of Olivine #9BBA7B

Color information

#9BBA7B (or 0x9BBA7B) is unknown color: approx Olivine. HEX triplet: 9B, BA and 7B. RGB value is (155,186,123). Sum of RGB (Red+Green+Blue) = 155+186+123=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA7B is #644584. Grayscale: #A9A9A9. Windows color (decimal): -6571397 or 8108699. OLE color: 8108699.

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

Color convert

RGB155186123-
CMYK0.1700.340.27
HSL89.52º31.34%60.59%-
HSV(B)89.52º33.87%72.94%-
XYZ34.6543.5225.31-
YUV169.55101.73117.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=33.41%
G=40.09%
B=26.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861230.1700.340.2789.5231.3460.59
Hex9BBA7B110221B5a1f3d
Octal23327217321042331323775
Binary1001101110111010111101110001010001011011101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,123); }

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

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

 a { background-color: rgb(155,186,123); }

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

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

 span { border-color: rgb(155,186,123); }

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