#9BBF58

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

Shades of Olivine #9BBF58

Tints of Olivine #9BBF58

Color information

#9BBF58 (or 0x9BBF58) is unknown color: approx Olivine. HEX triplet: 9B, BF and 58. RGB value is (155,191,88). Sum of RGB (Red+Green+Blue) = 155+191+88=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF58 is #6440A7. Grayscale: #A8A8A8. Windows color (decimal): -6570152 or 5816219. OLE color: 5816219.

HSL color Cylindrical-coordinate representation of color #9BBF58: hue angle of 80.97º 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 #9BBF58 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB15519188-
CMYK0.1900.540.25
HSL80.97º44.59%54.71%-
HSV(B)80.97º53.93%74.9%-
XYZ33.9144.9316.12-
YUV168.4982.57118.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=35.71%
G=44.01%
B=20.28%

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
Decimal155191880.1900.540.2580.9744.5954.71
Hex9BBF581303619512d37
Octal23327713023066311215567
Binary10011011101111111011000100110110110110011010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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