#9BB565

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

Shades of Olivine #9BB565

Tints of Olivine #9BB565

Color information

#9BB565 (or 0x9BB565) is unknown color: approx Olivine. HEX triplet: 9B, B5 and 65. RGB value is (155,181,101). Sum of RGB (Red+Green+Blue) = 155+181+101=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB565 is #644A9A. Grayscale: #A4A4A4. Windows color (decimal): -6572699 or 6665627. OLE color: 6665627.

HSL color Cylindrical-coordinate representation of color #9BB565: hue angle of 79.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BB565 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB155181101-
CMYK0.1400.440.29
HSL79.5º35.09%55.29%-
HSV(B)79.5º44.2%70.98%-
XYZ32.3940.9618.51-
YUV164.1192.39121.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=35.47%
G=41.42%
B=23.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811010.1400.440.2979.535.0955.29
Hex9BB565E02C1D502337
Octal23326514516054351204367
Binary1001101110110101110010111100101100111011010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,101); }

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

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

 a { background-color: rgb(155,181,101); }

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

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

 span { border-color: rgb(155,181,101); }

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