#949835

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

Shades of Highball #949835

Tints of Highball #949835

Color information

#949835 (or 0x949835) is unknown color: approx Highball. HEX triplet: 94, 98 and 35. RGB value is (148,152,53). Sum of RGB (Red+Green+Blue) = 148+152+53=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #949835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949835 is #6B67CA. Grayscale: #8B8B8B. Windows color (decimal): -7038923 or 3512468. OLE color: 3512468.

HSL color Cylindrical-coordinate representation of color #949835: hue angle of 62.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949835 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB14815253-
CMYK0.0300.650.40
HSL62.42º48.29%40.2%-
HSV(B)62.42º65.13%59.61%-
XYZ24.0829.017.7-
YUV139.5279.17134.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=41.93%
G=43.06%
B=15.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152530.0300.650.4062.4248.2940.2
Hex9498353041283e3028
Octal224230653010150766050
Binary10010100100110001101011101000001101000111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949835; }

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

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

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

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

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

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

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

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