Html Css Color HEX #99B25D Green Smoke

📋 copy color: '#99B25D'

red 153 ◦ green 178 ◦ blue 93

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

Shades of Green Smoke #99B25D

Tints of Green Smoke #99B25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 36.08%
G = 41.98%
B = 21.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#99B25D (or 0x99B25D) is known color: Green Smoke. HEX triplet: 99, B2 and 5D. RGB value is (153,178,93). Sum of RGB (Red+Green+Blue) = 153+178+93=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #99B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B25D is #664DA2. Grayscale: #A1A1A1. Windows color (decimal): -6704547 or 6140569. OLE color: 6140569.

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

Color convert

RGB 153 178 93 -
CMYK 0.14 0 0.48 0.30
HSL 77.65º 0.36% 0.53% -
HSV(B) 77.65º 0.48% 0.7% -
XYZ 31.03 39.4 16.33 -
YUV 160.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 153 178 93 0.14 0 0.48 0.30 77.65 0.36 0.53
Hex 99 B2 5D E 0 30 1E 4E 24 35
Octal 231 262 135 16 0 60 36 116 44 65
Binary 10011001 10110010 1011101 1110 0 110000 11110 1001110 100100 110101

Color Harmonies of #99B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B25D

Black with #99B25D

Text Example


Text Example

White with #99B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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