#9BCB5B

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

Shades of Olivine #9BCB5B

Tints of Olivine #9BCB5B

Color information

#9BCB5B (or 0x9BCB5B) is unknown color: approx Olivine. HEX triplet: 9B, CB and 5B. RGB value is (155,203,91). Sum of RGB (Red+Green+Blue) = 155+203+91=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB5B is #6434A4. Grayscale: #B0B0B0. Windows color (decimal): -6567077 or 6015899. OLE color: 6015899.

HSL color Cylindrical-coordinate representation of color #9BCB5B: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BCB5B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB15520391-
CMYK0.2400.550.20
HSL85.71º51.85%57.65%-
HSV(B)85.71º55.17%79.61%-
XYZ36.7650.4417.7-
YUV175.8880.1113.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=34.52%
G=45.21%
B=20.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155203910.2400.550.2085.7151.8557.65
Hex9BCB5B180371456343a
Octal23331313330067241266472
Binary10011011110010111011011110000110111101001010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,91); }

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

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

 a { background-color: rgb(155,203,91); }

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

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

 span { border-color: rgb(155,203,91); }

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