#949B3F

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

Shades of Highball #949B3F

Tints of Highball #949B3F

Color information

#949B3F (or 0x949B3F) is unknown color: approx Highball. HEX triplet: 94, 9B and 3F. RGB value is (148,155,63). Sum of RGB (Red+Green+Blue) = 148+155+63=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #949B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B3F is #6B64C0. Grayscale: #8E8E8E. Windows color (decimal): -7038145 or 4168596. OLE color: 4168596.

HSL color Cylindrical-coordinate representation of color #949B3F: hue angle of 64.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #949B3F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB14815563-
CMYK0.0500.590.39
HSL64.57º42.2%42.75%-
HSV(B)64.57º59.35%60.78%-
XYZ24.8330.19.2-
YUV142.4283.18131.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 63 (25% from 255) = 17.21%
R=40.44%
G=42.35%
B=17.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148155630.0500.590.3964.5742.242.75
Hex949B3F503B27412a2b
Octal224233775073471015253
Binary100101001001101111111110101110111001111000001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949B3F; }

 p { color: rgb(148,155,63); }

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

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

 a { background-color: rgb(148,155,63); }

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

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

 span { border-color: rgb(148,155,63); }

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