#99BC64

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

Shades of Olivine #99BC64

Tints of Olivine #99BC64

Color information

#99BC64 (or 0x99BC64) is unknown color: approx Olivine. HEX triplet: 99, BC and 64. RGB value is (153,188,100). Sum of RGB (Red+Green+Blue) = 153+188+100=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC64 is #66439B. Grayscale: #A7A7A7. Windows color (decimal): -6701980 or 6601881. OLE color: 6601881.

HSL color Cylindrical-coordinate representation of color #99BC64: hue angle of 83.86º 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 #99BC64 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB153188100-
CMYK0.1900.470.26
HSL83.86º39.64%56.47%-
HSV(B)83.86º46.81%73.73%-
XYZ33.4243.6618.72-
YUV167.589.9117.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=34.69%
G=42.63%
B=22.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881000.1900.470.2683.8639.6456.47
Hex99BC641302F1A542838
Octal23127414423057321245070
Binary10011001101111001100100100110101111110101010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BC64; }

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

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

<style>
 a { background-color: #99BC64; }

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

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

<style>
 span { border-color: #99BC64; }

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

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