#9BBA5D

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

Shades of Olivine #9BBA5D

Tints of Olivine #9BBA5D

Color information

#9BBA5D (or 0x9BBA5D) is unknown color: approx Olivine. HEX triplet: 9B, BA and 5D. RGB value is (155,186,93). Sum of RGB (Red+Green+Blue) = 155+186+93=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA5D is #6445A2. Grayscale: #A6A6A6. Windows color (decimal): -6571427 or 6142619. OLE color: 6142619.

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

Color convert

RGB15518693-
CMYK0.1700.50.27
HSL80º40.26%54.71%-
HSV(B)80º50%72.94%-
XYZ33.0542.8816.89-
YUV166.1386.73120.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=35.71%
G=42.86%
B=21.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155186930.1700.50.278040.2654.71
Hex9BBA5D110321B502837
Octal23327213521062331205067
Binary10011011101110101011101100010110010110111010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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