#9C9B30

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

Shades of Highball #9C9B30

Tints of Highball #9C9B30

Color information

#9C9B30 (or 0x9C9B30) is unknown color: approx Highball. HEX triplet: 9C, 9B and 30. RGB value is (156,155,48). Sum of RGB (Red+Green+Blue) = 156+155+48=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9B30 is #6364CF. Grayscale: #8F8F8F. Windows color (decimal): -6513872 or 3185564. OLE color: 3185564.

HSL color Cylindrical-coordinate representation of color #9C9B30: hue angle of 59.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C9B30 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15615548-
CMYK00.010.690.39
HSL59.44º52.94%40%-
HSV(B)59.44º69.23%61.18%-
XYZ25.9730.727.36-
YUV143.174.33137.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 48 (19.14% from 255) = 13.37%
R=43.45%
G=43.18%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561554800.010.690.3959.4452.9440
Hex9C9B300145273b3528
Octal234233600110547736550
Binary1001110010011011110000011000101100111111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9B30; }

 p { color: rgb(156,155,48); }

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

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

 a { background-color: rgb(156,155,48); }

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

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

 span { border-color: rgb(156,155,48); }

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