Html Css Color HEX #949631 Highball

📋 copy color: '#949631'

red 148 ◦ green 150 ◦ blue 49

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

Shades of Highball #949631

Tints of Highball #949631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 42.65%
G = 43.23%
B = 14.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#949631 (or 0x949631) is known color: Highball. HEX triplet: 94, 96 and 31. RGB value is (148,150,49). Sum of RGB (Red+Green+Blue) = 148+150+49=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #949631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949631 is #6B69CE. Grayscale: #8A8A8A. Windows color (decimal): -7039439 or 3249812. OLE color: 3249812.

HSL color Cylindrical-coordinate representation of color #949631: hue angle of 61.19º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #949631 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 49 -
CMYK 0.01 0 0.67 0.41
HSL 61.19º 0.51% 0.39% -
HSV(B) 61.19º 0.67% 0.59% -
XYZ 23.67 28.33 7.13 -
YUV 137.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 148 150 49 0.01 0 0.67 0.41 61.19 0.51 0.39
Hex 94 96 31 1 0 43 29 3D 33 27
Octal 224 226 61 1 0 103 51 75 63 47
Binary 10010100 10010110 110001 1 0 1000011 101001 111101 110011 100111

Color Harmonies of #949631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949631

Black with #949631

Text Example


Text Example

White with #949631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949631; }

 p { color: rgb(148,150,49); }

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

background-color css

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

 a { background-color: rgb(148,150,49); }

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

border-color css

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

 span { border-color: rgb(148,150,49); }

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