#9BBA64

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

Shades of Olivine #9BBA64

Tints of Olivine #9BBA64

Color information

#9BBA64 (or 0x9BBA64) is unknown color: approx Olivine. HEX triplet: 9B, BA and 64. RGB value is (155,186,100). Sum of RGB (Red+Green+Blue) = 155+186+100=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA64 is #64459B. Grayscale: #A7A7A7. Windows color (decimal): -6571420 or 6601371. OLE color: 6601371.

HSL color Cylindrical-coordinate representation of color #9BBA64: hue angle of 81.63º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BBA64 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB155186100-
CMYK0.1700.460.27
HSL81.63º38.39%56.08%-
HSV(B)81.63º46.24%72.94%-
XYZ33.3843.0118.6-
YUV166.9390.23119.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=35.15%
G=42.18%
B=22.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861000.1700.460.2781.6338.3956.08
Hex9BBA641102E1B522638
Octal23327214421056331224670
Binary10011011101110101100100100010101110110111010010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,100); }

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

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

 a { background-color: rgb(155,186,100); }

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

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

 span { border-color: rgb(155,186,100); }

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