#9BBA6F

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

Shades of Olivine #9BBA6F

Tints of Olivine #9BBA6F

Color information

#9BBA6F (or 0x9BBA6F) is unknown color: approx Olivine. HEX triplet: 9B, BA and 6F. RGB value is (155,186,111). Sum of RGB (Red+Green+Blue) = 155+186+111=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA6F is #644590. Grayscale: #A8A8A8. Windows color (decimal): -6571409 or 7322267. OLE color: 7322267.

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

Color convert

RGB155186111-
CMYK0.1700.400.27
HSL84.8º35.21%58.24%-
HSV(B)84.8º40.32%72.94%-
XYZ33.9543.2321.59-
YUV168.1895.73118.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=34.29%
G=41.15%
B=24.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861110.1700.400.2784.835.2158.24
Hex9BBA6F110281B55233a
Octal23327215721050331254372
Binary10011011101110101101111100010101000110111010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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