#9BBC64

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

Shades of Olivine #9BBC64

Tints of Olivine #9BBC64

Color information

#9BBC64 (or 0x9BBC64) is unknown color: approx Olivine. HEX triplet: 9B, BC and 64. RGB value is (155,188,100). Sum of RGB (Red+Green+Blue) = 155+188+100=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC64 is #64439B. Grayscale: #A8A8A8. Windows color (decimal): -6570908 or 6601883. OLE color: 6601883.

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

Color convert

RGB155188100-
CMYK0.1800.470.26
HSL82.5º39.64%56.47%-
HSV(B)82.5º46.81%73.73%-
XYZ33.843.8618.74-
YUV168.189.57118.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=34.99%
G=42.44%
B=22.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881000.1800.470.2682.539.6456.47
Hex9BBC641202F1A522838
Octal23327414422057321225070
Binary10011011101111001100100100100101111110101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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