#99C55C

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

Shades of Olivine #99C55C

Tints of Olivine #99C55C

Color information

#99C55C (or 0x99C55C) is unknown color: approx Olivine. HEX triplet: 99, C5 and 5C. RGB value is (153,197,92). Sum of RGB (Red+Green+Blue) = 153+197+92=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #99C55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C55C is #663AA3. Grayscale: #ACACAC. Windows color (decimal): -6699684 or 6079897. OLE color: 6079897.

HSL color Cylindrical-coordinate representation of color #99C55C: hue angle of 85.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99C55C is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB15319792-
CMYK0.2200.530.23
HSL85.14º47.51%56.67%-
HSV(B)85.14º53.3%77.25%-
XYZ35.0347.4817.44-
YUV171.8782.92114.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 197 (77.34% from 255) = 44.57%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=34.62%
G=44.57%
B=20.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153197920.2200.530.2385.1447.5156.67
Hex99C55C1603517553039
Octal23130513426065271256071
Binary10011001110001011011100101100110101101111010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,197,92); }

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

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

 a { background-color: rgb(153,197,92); }

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

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

 span { border-color: rgb(153,197,92); }

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