Html Css Color HEX #999B52 Green Smoke

📋 copy color: '#999B52'

red 153 ◦ green 155 ◦ blue 82

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

Shades of Green Smoke #999B52

Tints of Green Smoke #999B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.74%

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

R = 39.23%
G = 39.74%
B = 21.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#999B52 (or 0x999B52) is known color: Green Smoke. HEX triplet: 99, 9B and 52. RGB value is (153,155,82). Sum of RGB (Red+Green+Blue) = 153+155+82=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #999B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B52 is #6664AD. Grayscale: #929292. Windows color (decimal): -6710446 or 5413785. OLE color: 5413785.

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

Color convert

RGB 153 155 82 -
CMYK 0.01 0 0.47 0.39
HSL 61.64º 0.31% 0.46% -
HSV(B) 61.64º 0.47% 0.61% -
XYZ 26.38 30.82 12.54 -
YUV 146.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 153 155 82 0.01 0 0.47 0.39 61.64 0.31 0.46
Hex 99 9B 52 1 0 2F 27 3E 1F 2E
Octal 231 233 122 1 0 57 47 76 37 56
Binary 10011001 10011011 1010010 1 0 101111 100111 111110 11111 101110

Color Harmonies of #999B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B52

Black with #999B52

Text Example


Text Example

White with #999B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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