Html Css Color HEX #9D9752 Husk

📋 copy color: '#9D9752'

red 157 ◦ green 151 ◦ blue 82

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

Shades of Husk #9D9752

Tints of Husk #9D9752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 40.26%
G = 38.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D9752 (or 0x9D9752) is known color: Husk. HEX triplet: 9D, 97 and 52. RGB value is (157,151,82). Sum of RGB (Red+Green+Blue) = 157+151+82=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9752 is #6268AD. Grayscale: #919191. Windows color (decimal): -6449326 or 5412765. OLE color: 5412765.

HSL color Cylindrical-coordinate representation of color #9D9752: hue angle of 55.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D9752 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 151 82 -
CMYK 0 0.04 0.48 0.38
HSL 55.2º 0.31% 0.47% -
HSV(B) 55.2º 0.48% 0.62% -
XYZ 26.49 29.91 12.36 -
YUV 144.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 157 151 82 0 0.04 0.48 0.38 55.2 0.31 0.47
Hex 9D 97 52 0 4 30 26 37 1F 2F
Octal 235 227 122 0 4 60 46 67 37 57
Binary 10011101 10010111 1010010 0 100 110000 100110 110111 11111 101111

Color Harmonies of #9D9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9752

Black with #9D9752

Text Example


Text Example

White with #9D9752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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