Html Css Color HEX #9D9250 Husk

📋 copy color: '#9D9250'

red 157 ◦ green 146 ◦ blue 80

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

Shades of Husk #9D9250

Tints of Husk #9D9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 40.99%
G = 38.12%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D9250 (or 0x9D9250) is known color: Husk. HEX triplet: 9D, 92 and 50. RGB value is (157,146,80). Sum of RGB (Red+Green+Blue) = 157+146+80=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9250 is #626DAF. Grayscale: #8E8E8E. Windows color (decimal): -6450608 or 5280413. OLE color: 5280413.

HSL color Cylindrical-coordinate representation of color #9D9250: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D9250 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 146 80 -
CMYK 0 0.07 0.49 0.38
HSL 51.43º 0.32% 0.46% -
HSV(B) 51.43º 0.49% 0.62% -
XYZ 25.63 28.31 11.7 -
YUV 141.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 157 146 80 0 0.07 0.49 0.38 51.43 0.32 0.46
Hex 9D 92 50 0 7 31 26 33 20 2E
Octal 235 222 120 0 7 61 46 63 40 56
Binary 10011101 10010010 1010000 0 111 110001 100110 110011 100000 101110

Color Harmonies of #9D9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9250

Black with #9D9250

Text Example


Text Example

White with #9D9250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,146,80); }

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

background-color css

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

 a { background-color: rgb(157,146,80); }

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

border-color css

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

 span { border-color: rgb(157,146,80); }

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