#9BBF5D

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

Shades of Olivine #9BBF5D

Tints of Olivine #9BBF5D

Color information

#9BBF5D (or 0x9BBF5D) is unknown color: approx Olivine. HEX triplet: 9B, BF and 5D. RGB value is (155,191,93). Sum of RGB (Red+Green+Blue) = 155+191+93=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF5D is #6440A2. Grayscale: #A9A9A9. Windows color (decimal): -6570147 or 6143899. OLE color: 6143899.

HSL color Cylindrical-coordinate representation of color #9BBF5D: hue angle of 82.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BBF5D is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15519193-
CMYK0.1900.510.25
HSL82.04º43.36%55.69%-
HSV(B)82.04º51.31%74.9%-
XYZ34.1245.0217.25-
YUV169.0685.07117.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=35.31%
G=43.51%
B=21.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191930.1900.510.2582.0443.3655.69
Hex9BBF5D1303319522b38
Octal23327713523063311225370
Binary10011011101111111011101100110110011110011010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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