#96923B

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

Shades of Highball #96923B

Tints of Highball #96923B

Color information

#96923B (or 0x96923B) is unknown color: approx Highball. HEX triplet: 96, 92 and 3B. RGB value is (150,146,59). Sum of RGB (Red+Green+Blue) = 150+146+59=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96923B is #696DC4. Grayscale: #898989. Windows color (decimal): -6909381 or 3904150. OLE color: 3904150.

HSL color Cylindrical-coordinate representation of color #96923B: hue angle of 57.36º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96923B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15014659-
CMYK00.030.610.41
HSL57.36º43.54%40.98%-
HSV(B)57.36º60.67%58.82%-
XYZ23.6527.368.17-
YUV137.2883.83137.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=42.25%
G=41.13%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501465900.030.610.4157.3643.5440.98
Hex96923B033D29392c29
Octal22622273037551715451
Binary1001011010010010111011011111101101001111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,146,59); }

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

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

 a { background-color: rgb(150,146,59); }

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

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

 span { border-color: rgb(150,146,59); }

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