Html Css Color HEX #999C55 Green Smoke

📋 copy color: '#999C55'

red 153 ◦ green 156 ◦ blue 85

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

Shades of Green Smoke #999C55

Tints of Green Smoke #999C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 38.83%
G = 39.59%
B = 21.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#999C55 (or 0x999C55) is known color: Green Smoke. HEX triplet: 99, 9C and 55. RGB value is (153,156,85). Sum of RGB (Red+Green+Blue) = 153+156+85=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #999C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C55 is #6663AA. Grayscale: #939393. Windows color (decimal): -6710187 or 5610649. OLE color: 5610649.

HSL color Cylindrical-coordinate representation of color #999C55: hue angle of 62.54º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999C55 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 85 -
CMYK 0.02 0 0.46 0.39
HSL 62.54º 0.29% 0.47% -
HSV(B) 62.54º 0.46% 0.61% -
XYZ 26.67 31.21 13.21 -
YUV 147.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 153 156 85 0.02 0 0.46 0.39 62.54 0.29 0.47
Hex 99 9C 55 2 0 2E 27 3F 1D 2F
Octal 231 234 125 2 0 56 47 77 35 57
Binary 10011001 10011100 1010101 10 0 101110 100111 111111 11101 101111

Color Harmonies of #999C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C55

Black with #999C55

Text Example


Text Example

White with #999C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C55; }

 p { color: rgb(153,156,85); }

 H1.HeaderClassName
 {
   color: #999C55;
 }
 .AnyTagClassName
 {
   color: #999C55;
 }
</style>

background-color css

<style>
 a { background-color: #999C55; }

 a { background-color: rgb(153,156,85); }

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

border-color css

<style>
 span { border-color: #999C55; }

 span { border-color: rgb(153,156,85); }

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