Html Css Color HEX #9DB053 Green Smoke

📋 copy color: '#9DB053'

red 157 ◦ green 176 ◦ blue 83

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

Shades of Green Smoke #9DB053

Tints of Green Smoke #9DB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 37.74%
G = 42.31%
B = 19.95%

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

#9DB053 (or 0x9DB053) is known color: Green Smoke. HEX triplet: 9D, B0 and 53. RGB value is (157,176,83). Sum of RGB (Red+Green+Blue) = 157+176+83=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB053 is #624FAC. Grayscale: #A0A0A0. Windows color (decimal): -6442925 or 5484701. OLE color: 5484701.

HSL color Cylindrical-coordinate representation of color #9DB053: hue angle of 72.26º 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 #9DB053 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 83 -
CMYK 0.11 0 0.53 0.31
HSL 72.26º 0.37% 0.51% -
HSV(B) 72.26º 0.53% 0.69% -
XYZ 30.99 38.84 14.05 -
YUV 159.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 157 176 83 0.11 0 0.53 0.31 72.26 0.37 0.51
Hex 9D B0 53 B 0 35 1F 48 25 33
Octal 235 260 123 13 0 65 37 110 45 63
Binary 10011101 10110000 1010011 1011 0 110101 11111 1001000 100101 110011

Color Harmonies of #9DB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB053

Black with #9DB053

Text Example


Text Example

White with #9DB053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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