Html Css Color HEX #99A250 Green Smoke

📋 copy color: '#99A250'

red 153 ◦ green 162 ◦ blue 80

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

Shades of Green Smoke #99A250

Tints of Green Smoke #99A250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 38.73%
G = 41.01%
B = 20.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#99A250 (or 0x99A250) is known color: Green Smoke. HEX triplet: 99, A2 and 50. RGB value is (153,162,80). Sum of RGB (Red+Green+Blue) = 153+162+80=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #99A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A250 is #665DAF. Grayscale: #969696. Windows color (decimal): -6708656 or 5284505. OLE color: 5284505.

HSL color Cylindrical-coordinate representation of color #99A250: hue angle of 66.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99A250 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 80 -
CMYK 0.06 0 0.51 0.36
HSL 66.59º 0.34% 0.47% -
HSV(B) 66.59º 0.51% 0.64% -
XYZ 27.51 33.19 12.55 -
YUV 149.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 153 162 80 0.06 0 0.51 0.36 66.59 0.34 0.47
Hex 99 A2 50 6 0 33 24 43 22 2F
Octal 231 242 120 6 0 63 44 103 42 57
Binary 10011001 10100010 1010000 110 0 110011 100100 1000011 100010 101111

Color Harmonies of #99A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A250

Black with #99A250

Text Example


Text Example

White with #99A250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,80); }

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

background-color css

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

 a { background-color: rgb(153,162,80); }

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

border-color css

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

 span { border-color: rgb(153,162,80); }

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