#95924B

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

Shades of Highball #95924B

Tints of Highball #95924B

Color information

#95924B (or 0x95924B) is unknown color: approx Highball. HEX triplet: 95, 92 and 4B. RGB value is (149,146,75). Sum of RGB (Red+Green+Blue) = 149+146+75=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95924B is #6A6DB4. Grayscale: #8B8B8B. Windows color (decimal): -6974901 or 4952725. OLE color: 4952725.

HSL color Cylindrical-coordinate representation of color #95924B: hue angle of 57.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95924B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14914675-
CMYK00.020.500.42
HSL57.57º33.04%43.92%-
HSV(B)57.57º49.66%58.43%-
XYZ23.9427.4610.69-
YUV138.891.99135.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=40.27%
G=39.46%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491467500.020.500.4257.5733.0443.92
Hex95924B02322A3a212c
Octal225222113026252724154
Binary10010101100100101001011010110010101010111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95924B; }

 p { color: rgb(149,146,75); }

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

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

 a { background-color: rgb(149,146,75); }

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

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

 span { border-color: rgb(149,146,75); }

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