Html Css Color HEX #9DB052 Green Smoke

📋 copy color: '#9DB052'

red 157 ◦ green 176 ◦ blue 82

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

Shades of Green Smoke #9DB052

Tints of Green Smoke #9DB052

RGB

 RED value IS 157 (61.72% from 255) = 37.83%

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

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

R = 37.83%
G = 42.41%
B = 19.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#9DB052 (or 0x9DB052) is known color: Green Smoke. HEX triplet: 9D, B0 and 52. RGB value is (157,176,82). Sum of RGB (Red+Green+Blue) = 157+176+82=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB052 is #624FAD. Grayscale: #9F9F9F. Windows color (decimal): -6442926 or 5419165. OLE color: 5419165.

HSL color Cylindrical-coordinate representation of color #9DB052: hue angle of 72.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DB052 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 82 -
CMYK 0.11 0 0.53 0.31
HSL 72.13º 0.37% 0.51% -
HSV(B) 72.13º 0.53% 0.69% -
XYZ 30.95 38.83 13.85 -
YUV 159.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 157 176 82 0.11 0 0.53 0.31 72.13 0.37 0.51
Hex 9D B0 52 B 0 35 1F 48 25 33
Octal 235 260 122 13 0 65 37 110 45 63
Binary 10011101 10110000 1010010 1011 0 110101 11111 1001000 100101 110011

Color Harmonies of #9DB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB052

Black with #9DB052

Text Example


Text Example

White with #9DB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB052; }

 p { color: rgb(157,176,82); }

 H1.HeaderClassName
 {
   color: #9DB052;
 }
 .AnyTagClassName
 {
   color: #9DB052;
 }
</style>

background-color css

<style>
 a { background-color: #9DB052; }

 a { background-color: rgb(157,176,82); }

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

border-color css

<style>
 span { border-color: #9DB052; }

 span { border-color: rgb(157,176,82); }

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