#9BBF61

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

Shades of Olivine #9BBF61

Tints of Olivine #9BBF61

Color information

#9BBF61 (or 0x9BBF61) is unknown color: approx Olivine. HEX triplet: 9B, BF and 61. RGB value is (155,191,97). Sum of RGB (Red+Green+Blue) = 155+191+97=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF61 is #64409E. Grayscale: #A9A9A9. Windows color (decimal): -6570143 or 6406043. OLE color: 6406043.

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

Color convert

RGB15519197-
CMYK0.1900.490.25
HSL82.98º42.34%56.47%-
HSV(B)82.98º49.21%74.9%-
XYZ34.3145.0918.21-
YUV169.5287.07117.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=34.99%
G=43.12%
B=21.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191970.1900.490.2582.9842.3456.47
Hex9BBF611303119532a38
Octal23327714123061311235270
Binary10011011101111111100001100110110001110011010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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