#949235

Color #949235 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #949235

Tints of Highball #949235

Color information

#949235 (or 0x949235) is unknown color: approx Highball. HEX triplet: 94, 92 and 35. RGB value is (148,146,53). Sum of RGB (Red+Green+Blue) = 148+146+53=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #949235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949235 is #6B6DCA. Grayscale: #888888. Windows color (decimal): -7040459 or 3510932. OLE color: 3510932.

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

Color convert

RGB14814653-
CMYK00.010.640.42
HSL58.74º47.26%39.41%-
HSV(B)58.74º64.19%58.04%-
XYZ23.1327.117.38-
YUV13681.16136.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=42.65%
G=42.07%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481465300.010.640.4258.7447.2639.41
Hex94923501402A3b2f27
Octal224222650110052735747
Binary1001010010010010110101011000000101010111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949235; }

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

 H1.HeaderClassName
 {
   color: #949235;
 }
 .AnyTagClassName
 {
   color: #949235;
 }
</style>
background-color css

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

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

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

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

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

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