#967B30

Color #967B30 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #967B30

Tints of Lemon Ginger #967B30

Color information

#967B30 (or 0x967B30) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7B and 30. RGB value is (150,123,48). Sum of RGB (Red+Green+Blue) = 150+123+48=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #967B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B30 is #6984CF. Grayscale: #7A7A7A. Windows color (decimal): -6915280 or 3177366. OLE color: 3177366.

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

Color convert

RGB15012348-
CMYK00.180.680.41
HSL44.12º51.52%38.82%-
HSV(B)44.12º68%58.82%-
XYZ20.1920.865.76-
YUV122.5285.95147.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=46.73%
G=38.32%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501234800.180.680.4144.1251.5238.82
Hex967B3001244292c3427
Octal2261736002210451546447
Binary1001011011110111100000100101000100101001101100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B30; }

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

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

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

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

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

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

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

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