Html Css Color HEX #99C35D Olivine

📋 copy color: '#99C35D'

red 153 ◦ green 195 ◦ blue 93

#99C35D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #99C35D

Tints of Olivine #99C35D

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 value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#99C35D (or 0x99C35D) is known color: 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

RGB 153 195 93 -
CMYK 0.22 0 0.52 0.24
HSL 84.71º 0.46% 0.56% -
HSV(B) 84.71º 0.52% 0.76% -
XYZ 34.63 46.59 17.52 -
YUV 170.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 153 195 93 0.22 0 0.52 0.24 84.71 0.46 0.56
Hex 99 C3 5D 16 0 34 18 55 2E 38
Octal 231 303 135 26 0 64 30 125 56 70
Binary 10011001 11000011 1011101 10110 0 110100 11000 1010101 101110 111000

Color Harmonies of #99C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C35D

Black with #99C35D

Text Example


Text Example

White with #99C35D

Text Example


Text Example

HTML Codes & Css Web 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>