Html Css Color HEX #949D47 Highball

📋 copy color: '#949D47'

red 148 ◦ green 157 ◦ blue 71

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

Shades of Highball #949D47

Tints of Highball #949D47

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 39.36%
G = 41.76%
B = 18.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#949D47 (or 0x949D47) is known color: Highball. HEX triplet: 94, 9D and 47. RGB value is (148,157,71). Sum of RGB (Red+Green+Blue) = 148+157+71=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #949D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D47 is #6B62B8. Grayscale: #909090. Windows color (decimal): -7037625 or 4693396. OLE color: 4693396.

HSL color Cylindrical-coordinate representation of color #949D47: hue angle of 66.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #949D47 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 71 -
CMYK 0.06 0 0.55 0.38
HSL 66.28º 0.38% 0.45% -
HSV(B) 66.28º 0.55% 0.62% -
XYZ 25.41 30.86 10.58 -
YUV 144.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 148 157 71 0.06 0 0.55 0.38 66.28 0.38 0.45
Hex 94 9D 47 6 0 37 26 42 26 2D
Octal 224 235 107 6 0 67 46 102 46 55
Binary 10010100 10011101 1000111 110 0 110111 100110 1000010 100110 101101

Color Harmonies of #949D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D47

Black with #949D47

Text Example


Text Example

White with #949D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949D47; }

 p { color: rgb(148,157,71); }

 H1.HeaderClassName
 {
   color: #949D47;
 }
 .AnyTagClassName
 {
   color: #949D47;
 }
</style>

background-color css

<style>
 a { background-color: #949D47; }

 a { background-color: rgb(148,157,71); }

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

border-color css

<style>
 span { border-color: #949D47; }

 span { border-color: rgb(148,157,71); }

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