#968D30

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

Shades of Highball #968D30

Tints of Highball #968D30

Color information

#968D30 (or 0x968D30) is unknown color: approx Highball. HEX triplet: 96, 8D and 30. RGB value is (150,141,48). Sum of RGB (Red+Green+Blue) = 150+141+48=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D30 is #6972CF. Grayscale: #858585. Windows color (decimal): -6910672 or 3181974. OLE color: 3181974.

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

Color convert

RGB15014148-
CMYK00.060.680.41
HSL54.71º51.52%38.82%-
HSV(B)54.71º68%58.82%-
XYZ22.6425.756.57-
YUV133.0979.98140.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 48 (19.14% from 255) = 14.16%
R=44.25%
G=41.59%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501414800.060.680.4154.7151.5238.82
Hex968D30064429373427
Octal226215600610451676447
Binary100101101000110111000001101000100101001110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,48); }

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

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

 a { background-color: rgb(150,141,48); }

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

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

 span { border-color: rgb(150,141,48); }

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