#96923f

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

Shades of Highball #96923F

Tints of Highball #96923F

Color information

#96923F (or 0x96923F) is unknown color: approx Highball. HEX triplet: 96, 92 and 3F. RGB value is (150,146,63). Sum of RGB (Red+Green+Blue) = 150+146+63=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96923F is #696DC0. Grayscale: #8A8A8A. Windows color (decimal): -6909377 or 4166294. OLE color: 4166294.

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

Color convert

RGB15014663-
CMYK00.030.580.41
HSL57.24º40.85%41.76%-
HSV(B)57.24º58%58.82%-
XYZ23.7527.48.74-
YUV137.7385.83136.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 63 (25% from 255) = 17.55%
R=41.78%
G=40.67%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501466300.030.580.4157.2440.8541.76
Hex96923F033A2939292a
Octal22622277037251715152
Binary1001011010010010111111011111010101001111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96923f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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