#94901B

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

Shades of Citron #94901B

Tints of Citron #94901B

Color information

#94901B (or 0x94901B) is unknown color: approx Citron. HEX triplet: 94, 90 and 1B. RGB value is (148,144,27). Sum of RGB (Red+Green+Blue) = 148+144+27=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94901B is #6B6FE4. Grayscale: #848484. Windows color (decimal): -7040997 or 1806484. OLE color: 1806484.

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

Color convert

RGB14814427-
CMYK00.030.820.42
HSL58.02º69.14%34.31%-
HSV(B)58.02º81.76%58.04%-
XYZ22.3826.324.94-
YUV131.8668.83139.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=46.39%
G=45.14%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481442700.030.820.4258.0269.1434.31
Hex94901B03522A3a4522
Octal2242203303122527210542
Binary10010100100100001101101110100101010101110101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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