#9BBF73

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

Shades of Olivine #9BBF73

Tints of Olivine #9BBF73

Color information

#9BBF73 (or 0x9BBF73) is unknown color: approx Olivine. HEX triplet: 9B, BF and 73. RGB value is (155,191,115). Sum of RGB (Red+Green+Blue) = 155+191+115=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF73 is #64408C. Grayscale: #ABABAB. Windows color (decimal): -6570125 or 7585691. OLE color: 7585691.

HSL color Cylindrical-coordinate representation of color #9BBF73: hue angle of 88.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BBF73 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB155191115-
CMYK0.1900.400.25
HSL88.42º37.25%60%-
HSV(B)88.42º39.79%74.9%-
XYZ35.2445.4723.14-
YUV171.5796.07116.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=33.62%
G=41.43%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911150.1900.400.2588.4237.2560
Hex9BBF73130281958253c
Octal23327716323050311304574
Binary10011011101111111110011100110101000110011011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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