#948C35

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

Shades of Highball #948C35

Tints of Highball #948C35

Color information

#948C35 (or 0x948C35) is unknown color: approx Highball. HEX triplet: 94, 8C and 35. RGB value is (148,140,53). Sum of RGB (Red+Green+Blue) = 148+140+53=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #948C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C35 is #6B73CA. Grayscale: #848484. Windows color (decimal): -7041995 or 3509396. OLE color: 3509396.

HSL color Cylindrical-coordinate representation of color #948C35: hue angle of 54.95º 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 #948C35 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14814053-
CMYK00.050.640.42
HSL54.95º47.26%39.41%-
HSV(B)54.95º64.19%58.04%-
XYZ22.2325.317.08-
YUV132.4783.15139.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=43.40%
G=41.06%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481405300.050.640.4254.9547.2639.41
Hex948C3505402A372f27
Octal224214650510052675747
Binary100101001000110011010101011000000101010110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C35; }

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

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

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

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

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

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

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

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