Html Css Color HEX #949250 Highball

📋 copy color: '#949250'

red 148 ◦ green 146 ◦ blue 80

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

Shades of Highball #949250

Tints of Highball #949250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 39.57%
G = 39.04%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#949250 (or 0x949250) is known color: Highball. HEX triplet: 94, 92 and 50. RGB value is (148,146,80). Sum of RGB (Red+Green+Blue) = 148+146+80=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #949250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949250 is #6B6DAF. Grayscale: #8B8B8B. Windows color (decimal): -7040432 or 5280404. OLE color: 5280404.

HSL color Cylindrical-coordinate representation of color #949250: hue angle of 58.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949250 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 80 -
CMYK 0 0.01 0.46 0.42
HSL 58.24º 0.3% 0.45% -
HSV(B) 58.24º 0.46% 0.58% -
XYZ 23.94 27.43 11.62 -
YUV 139.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 148 146 80 0 0.01 0.46 0.42 58.24 0.3 0.45
Hex 94 92 50 0 1 2E 2A 3A 1E 2D
Octal 224 222 120 0 1 56 52 72 36 55
Binary 10010100 10010010 1010000 0 1 101110 101010 111010 11110 101101

Color Harmonies of #949250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949250

Black with #949250

Text Example


Text Example

White with #949250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949250; }

 p { color: rgb(148,146,80); }

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

background-color css

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

 a { background-color: rgb(148,146,80); }

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

border-color css

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

 span { border-color: rgb(148,146,80); }

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