#94902B

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

Shades of Lemon Ginger #94902B

Tints of Lemon Ginger #94902B

Color information

#94902B (or 0x94902B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 90 and 2B. RGB value is (148,144,43). Sum of RGB (Red+Green+Blue) = 148+144+43=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #94902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94902B is #6B6FD4. Grayscale: #868686. Windows color (decimal): -7040981 or 2855060. OLE color: 2855060.

HSL color Cylindrical-coordinate representation of color #94902B: hue angle of 57.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94902B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14814443-
CMYK00.030.710.42
HSL57.71º54.97%37.45%-
HSV(B)57.71º70.95%58.04%-
XYZ22.6226.426.19-
YUV133.6876.83138.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=44.18%
G=42.99%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481444300.030.710.4257.7154.9737.45
Hex94902B03472A3a3725
Octal224220530310752726745
Binary10010100100100001010110111000111101010111010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94902B; }

 p { color: rgb(148,144,43); }

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

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

 a { background-color: rgb(148,144,43); }

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

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

 span { border-color: rgb(148,144,43); }

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