#979230

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

Shades of Highball #979230

Tints of Highball #979230

Color information

#979230 (or 0x979230) is unknown color: approx Highball. HEX triplet: 97, 92 and 30. RGB value is (151,146,48). Sum of RGB (Red+Green+Blue) = 151+146+48=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #979230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979230 is #686DCF. Grayscale: #888888. Windows color (decimal): -6843856 or 3183255. OLE color: 3183255.

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

Color convert

RGB15114648-
CMYK00.030.680.41
HSL57.09º51.76%39.02%-
HSV(B)57.09º68.21%59.22%-
XYZ23.5727.356.83-
YUV136.3278.16138.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=43.77%
G=42.32%
B=13.91%

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
Decimal1511464800.030.680.4157.0951.7639.02
Hex979230034429393427
Octal227222600310451716447
Binary10010111100100101100000111000100101001111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979230; }

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

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

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

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

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

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

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

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