#9bbc62

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

Shades of Olivine #9BBC62

Tints of Olivine #9BBC62

Color information

#9BBC62 (or 0x9BBC62) is unknown color: approx Olivine. HEX triplet: 9B, BC and 62. RGB value is (155,188,98). Sum of RGB (Red+Green+Blue) = 155+188+98=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC62 is #64439D. Grayscale: #A8A8A8. Windows color (decimal): -6570910 or 6470811. OLE color: 6470811.

HSL color Cylindrical-coordinate representation of color #9BBC62: hue angle of 82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BBC62 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB15518898-
CMYK0.1800.480.26
HSL82º40.18%56.08%-
HSV(B)82º47.87%73.73%-
XYZ33.7143.8218.24-
YUV167.8788.57118.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=35.15%
G=42.63%
B=22.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155188980.1800.480.268240.1856.08
Hex9BBC62120301A522838
Octal23327414222060321225070
Binary10011011101111001100010100100110000110101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bbc62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,98); }

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

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

 a { background-color: rgb(155,188,98); }

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

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

 span { border-color: rgb(155,188,98); }

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