Html Css Color HEX #9DB055 Green Smoke

📋 copy color: '#9DB055'

red 157 ◦ green 176 ◦ blue 85

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

Shades of Green Smoke #9DB055

Tints of Green Smoke #9DB055

RGB

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

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

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

R = 37.56%
G = 42.11%
B = 20.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#9DB055 (or 0x9DB055) is known color: Green Smoke. HEX triplet: 9D, B0 and 55. RGB value is (157,176,85). Sum of RGB (Red+Green+Blue) = 157+176+85=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB055 is #624FAA. Grayscale: #A0A0A0. Windows color (decimal): -6442923 or 5615773. OLE color: 5615773.

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

Color convert

RGB 157 176 85 -
CMYK 0.11 0 0.52 0.31
HSL 72.53º 0.37% 0.51% -
HSV(B) 72.53º 0.52% 0.69% -
XYZ 31.07 38.87 14.46 -
YUV 159.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 157 176 85 0.11 0 0.52 0.31 72.53 0.37 0.51
Hex 9D B0 55 B 0 34 1F 49 25 33
Octal 235 260 125 13 0 64 37 111 45 63
Binary 10011101 10110000 1010101 1011 0 110100 11111 1001001 100101 110011

Color Harmonies of #9DB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB055

Black with #9DB055

Text Example


Text Example

White with #9DB055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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