Html Css Color HEX #9F9852 Husk

📋 copy color: '#9F9852'

red 159 ◦ green 152 ◦ blue 82

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

Shades of Husk #9F9852

Tints of Husk #9F9852

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 40.46%
G = 38.68%
B = 20.87%

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

#9F9852 (or 0x9F9852) is known color: Husk. HEX triplet: 9F, 98 and 52. RGB value is (159,152,82). Sum of RGB (Red+Green+Blue) = 159+152+82=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9852 is #6067AD. Grayscale: #929292. Windows color (decimal): -6317998 or 5413023. OLE color: 5413023.

HSL color Cylindrical-coordinate representation of color #9F9852: hue angle of 54.55º degrees, saturation: 0.32, 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 #9F9852 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 152 82 -
CMYK 0 0.04 0.48 0.38
HSL 54.55º 0.32% 0.47% -
HSV(B) 54.55º 0.48% 0.62% -
XYZ 27.05 30.44 12.43 -
YUV 146.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 159 152 82 0 0.04 0.48 0.38 54.55 0.32 0.47
Hex 9F 98 52 0 4 30 26 37 20 2F
Octal 237 230 122 0 4 60 46 67 40 57
Binary 10011111 10011000 1010010 0 100 110000 100110 110111 100000 101111

Color Harmonies of #9F9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9852

Black with #9F9852

Text Example


Text Example

White with #9F9852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,152,82); }

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

background-color css

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

 a { background-color: rgb(159,152,82); }

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

border-color css

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

 span { border-color: rgb(159,152,82); }

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