Html Css Color HEX #99C35A Olivine

📋 copy color: '#99C35A'

red 153 ◦ green 195 ◦ blue 90

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

Shades of Olivine #99C35A

Tints of Olivine #99C35A

RGB

 RED value IS 153 (60.16% from 255) = 34.93%

 GREEN value IS 195 (76.56% from 255) = 44.52%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 34.93%
G = 44.52%
B = 20.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#99C35A (or 0x99C35A) is known color: Olivine. HEX triplet: 99, C3 and 5A. RGB value is (153,195,90). Sum of RGB (Red+Green+Blue) = 153+195+90=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #99C35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C35A is #663CA5. Grayscale: #AAAAAA. Windows color (decimal): -6700198 or 5948313. OLE color: 5948313.

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

Color convert

RGB 153 195 90 -
CMYK 0.22 0 0.54 0.24
HSL 84º 0.47% 0.56% -
HSV(B) 84º 0.54% 0.76% -
XYZ 34.5 46.54 16.84 -
YUV 170.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 153 195 90 0.22 0 0.54 0.24 84 0.47 0.56
Hex 99 C3 5A 16 0 36 18 54 2F 38
Octal 231 303 132 26 0 66 30 124 57 70
Binary 10011001 11000011 1011010 10110 0 110110 11000 1010100 101111 111000

Color Harmonies of #99C35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C35A

Black with #99C35A

Text Example


Text Example

White with #99C35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C35A;
 }
 .AnyTagClassName
 {
   color: #99C35A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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