#99C35D

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

Shades of Olivine #99C35D

Tints of Olivine #99C35D

Color information

#99C35D (or 0x99C35D) is unknown color: approx Olivine. HEX triplet: 99, C3 and 5D. RGB value is (153,195,93). Sum of RGB (Red+Green+Blue) = 153+195+93=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #99C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C35D is #663CA2. Grayscale: #ABABAB. Windows color (decimal): -6700195 or 6144921. OLE color: 6144921.

HSL color Cylindrical-coordinate representation of color #99C35D: hue angle of 84.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99C35D is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB15319593-
CMYK0.2200.520.24
HSL84.71º45.95%56.47%-
HSV(B)84.71º52.31%76.47%-
XYZ34.6346.5917.52-
YUV170.8184.09115.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=34.69%
G=44.22%
B=21.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153195930.2200.520.2484.7145.9556.47
Hex99C35D1603418552e38
Octal23130313526064301255670
Binary10011001110000111011101101100110100110001010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,93); }

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

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

 a { background-color: rgb(153,195,93); }

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

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

 span { border-color: rgb(153,195,93); }

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