#968A33

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

Shades of Highball #968A33

Tints of Highball #968A33

Color information

#968A33 (or 0x968A33) is unknown color: approx Highball. HEX triplet: 96, 8A and 33. RGB value is (150,138,51). Sum of RGB (Red+Green+Blue) = 150+138+51=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A33 is #6975CC. Grayscale: #848484. Windows color (decimal): -6911437 or 3377814. OLE color: 3377814.

HSL color Cylindrical-coordinate representation of color #968A33: hue angle of 52.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #968A33 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB15013851-
CMYK00.080.660.41
HSL52.73º49.25%39.41%-
HSV(B)52.73º66%58.82%-
XYZ22.2624.96.76-
YUV131.6782.48141.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=44.25%
G=40.71%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501385100.080.660.4152.7349.2539.41
Hex968A33084229353127
Octal2262126301010251656147
Binary1001011010001010110011010001000010101001110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A33; }

 p { color: rgb(150,138,51); }

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

<style>
 a { background-color: #968A33; }

 a { background-color: rgb(150,138,51); }

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

<style>
 span { border-color: #968A33; }

 span { border-color: rgb(150,138,51); }

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