Html Css Color HEX #99B05C Green Smoke

📋 copy color: '#99B05C'

red 153 ◦ green 176 ◦ blue 92

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

Shades of Green Smoke #99B05C

Tints of Green Smoke #99B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 36.34%
G = 41.81%
B = 21.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#99B05C (or 0x99B05C) is known color: Green Smoke. HEX triplet: 99, B0 and 5C. RGB value is (153,176,92). Sum of RGB (Red+Green+Blue) = 153+176+92=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #99B05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B05C is #664FA3. Grayscale: #9F9F9F. Windows color (decimal): -6705060 or 6074521. OLE color: 6074521.

HSL color Cylindrical-coordinate representation of color #99B05C: hue angle of 76.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99B05C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 92 -
CMYK 0.13 0 0.48 0.31
HSL 76.43º 0.35% 0.53% -
HSV(B) 76.43º 0.48% 0.69% -
XYZ 30.59 38.6 15.96 -
YUV 159.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 153 176 92 0.13 0 0.48 0.31 76.43 0.35 0.53
Hex 99 B0 5C D 0 30 1F 4C 23 35
Octal 231 260 134 15 0 60 37 114 43 65
Binary 10011001 10110000 1011100 1101 0 110000 11111 1001100 100011 110101

Color Harmonies of #99B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B05C

Black with #99B05C

Text Example


Text Example

White with #99B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,176,92); }

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

background-color css

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

 a { background-color: rgb(153,176,92); }

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

border-color css

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

 span { border-color: rgb(153,176,92); }

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