Html Css Color HEX #9D963F Highball

📋 copy color: '#9D963F'

red 157 ◦ green 150 ◦ blue 63

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

Shades of Highball #9D963F

Tints of Highball #9D963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 42.43%
G = 40.54%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9D963F (or 0x9D963F) is known color: Highball. HEX triplet: 9D, 96 and 3F. RGB value is (157,150,63). Sum of RGB (Red+Green+Blue) = 157+150+63=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D963F is #6269C0. Grayscale: #8E8E8E. Windows color (decimal): -6449601 or 4167325. OLE color: 4167325.

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

Color convert

RGB 157 150 63 -
CMYK 0 0.04 0.60 0.38
HSL 55.53º 0.43% 0.43% -
HSV(B) 55.53º 0.6% 0.62% -
XYZ 25.71 29.34 9.01 -
YUV 142.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 157 150 63 0 0.04 0.60 0.38 55.53 0.43 0.43
Hex 9D 96 3F 0 4 3C 26 38 2B 2B
Octal 235 226 77 0 4 74 46 70 53 53
Binary 10011101 10010110 111111 0 100 111100 100110 111000 101011 101011

Color Harmonies of #9D963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D963F

Black with #9D963F

Text Example


Text Example

White with #9D963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,63); }

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

background-color css

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

 a { background-color: rgb(157,150,63); }

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

border-color css

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

 span { border-color: rgb(157,150,63); }

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