#9BBA71

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

Shades of Olivine #9BBA71

Tints of Olivine #9BBA71

Color information

#9BBA71 (or 0x9BBA71) is unknown color: approx Olivine. HEX triplet: 9B, BA and 71. RGB value is (155,186,113). Sum of RGB (Red+Green+Blue) = 155+186+113=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA71 is #64458E. Grayscale: #A8A8A8. Windows color (decimal): -6571407 or 7453339. OLE color: 7453339.

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

Color convert

RGB155186113-
CMYK0.1700.390.27
HSL85.48º34.6%58.63%-
HSV(B)85.48º39.25%72.94%-
XYZ34.0643.2822.18-
YUV168.4196.73118.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=34.14%
G=40.97%
B=24.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861130.1700.390.2785.4834.658.63
Hex9BBA71110271B55233b
Octal23327216121047331254373
Binary10011011101110101110001100010100111110111010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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