Html Css Color HEX #99B252 Green Smoke

📋 copy color: '#99B252'

red 153 ◦ green 178 ◦ blue 82

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

Shades of Green Smoke #99B252

Tints of Green Smoke #99B252

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 37.05%
G = 43.1%
B = 19.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#99B252 (or 0x99B252) is known color: Green Smoke. HEX triplet: 99, B2 and 52. RGB value is (153,178,82). Sum of RGB (Red+Green+Blue) = 153+178+82=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #99B252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B252 is #664DAD. Grayscale: #9F9F9F. Windows color (decimal): -6704558 or 5419673. OLE color: 5419673.

HSL color Cylindrical-coordinate representation of color #99B252: hue angle of 75.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99B252 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 82 -
CMYK 0.14 0 0.54 0.30
HSL 75.63º 0.38% 0.51% -
HSV(B) 75.63º 0.54% 0.7% -
XYZ 30.58 39.22 13.94 -
YUV 159.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 153 178 82 0.14 0 0.54 0.30 75.63 0.38 0.51
Hex 99 B2 52 E 0 36 1E 4C 26 33
Octal 231 262 122 16 0 66 36 114 46 63
Binary 10011001 10110010 1010010 1110 0 110110 11110 1001100 100110 110011

Color Harmonies of #99B252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B252

Black with #99B252

Text Example


Text Example

White with #99B252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,82); }

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

background-color css

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

 a { background-color: rgb(153,178,82); }

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

border-color css

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

 span { border-color: rgb(153,178,82); }

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