#9BBF57

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

Shades of Olivine #9BBF57

Tints of Olivine #9BBF57

Color information

#9BBF57 (or 0x9BBF57) is unknown color: approx Olivine. HEX triplet: 9B, BF and 57. RGB value is (155,191,87). Sum of RGB (Red+Green+Blue) = 155+191+87=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF57 is #6440A8. Grayscale: #A8A8A8. Windows color (decimal): -6570153 or 5750683. OLE color: 5750683.

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

Color convert

RGB15519187-
CMYK0.1900.540.25
HSL80.77º44.83%54.51%-
HSV(B)80.77º54.45%74.9%-
XYZ33.8744.9215.9-
YUV168.3882.07118.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=35.80%
G=44.11%
B=20.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191870.1900.540.2580.7744.8354.51
Hex9BBF571303619512d37
Octal23327712723066311215567
Binary10011011101111111010111100110110110110011010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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