#95923A

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

Shades of Highball #95923A

Tints of Highball #95923A

Color information

#95923A (or 0x95923A) is unknown color: approx Highball. HEX triplet: 95, 92 and 3A. RGB value is (149,146,58). Sum of RGB (Red+Green+Blue) = 149+146+58=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95923A is #6A6DC5. Grayscale: #898989. Windows color (decimal): -6974918 or 3838613. OLE color: 3838613.

HSL color Cylindrical-coordinate representation of color #95923A: hue angle of 58.02º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95923A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14914658-
CMYK00.020.610.42
HSL58.02º43.96%40.59%-
HSV(B)58.02º61.07%58.43%-
XYZ23.4427.258.03-
YUV136.8683.49136.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=42.21%
G=41.36%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491465800.020.610.4258.0243.9640.59
Hex95923A023D2A3a2c29
Octal22522272027552725451
Binary1001010110010010111010010111101101010111010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95923A; }

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

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

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

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

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

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

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

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