#969230

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

Shades of Highball #969230

Tints of Highball #969230

Color information

#969230 (or 0x969230) is unknown color: approx Highball. HEX triplet: 96, 92 and 30. RGB value is (150,146,48). Sum of RGB (Red+Green+Blue) = 150+146+48=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #969230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969230 is #696DCF. Grayscale: #888888. Windows color (decimal): -6909392 or 3183254. OLE color: 3183254.

HSL color Cylindrical-coordinate representation of color #969230: hue angle of 57.65º 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 #969230 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15014648-
CMYK00.030.680.41
HSL57.65º51.52%38.82%-
HSV(B)57.65º68%58.82%-
XYZ23.3927.266.82-
YUV136.0278.33137.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 48 (19.14% from 255) = 13.95%
R=43.60%
G=42.44%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501464800.030.680.4157.6551.5238.82
Hex9692300344293a3427
Octal226222600310451726447
Binary10010110100100101100000111000100101001111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969230; }

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

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

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

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

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

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

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

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