#94911B

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

Shades of Citron #94911B

Tints of Citron #94911B

Color information

#94911B (or 0x94911B) is unknown color: approx Citron. HEX triplet: 94, 91 and 1B. RGB value is (148,145,27). Sum of RGB (Red+Green+Blue) = 148+145+27=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94911B is #6B6EE4. Grayscale: #848484. Windows color (decimal): -7040741 or 1806740. OLE color: 1806740.

HSL color Cylindrical-coordinate representation of color #94911B: hue angle of 58.51º 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 #94911B is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14814527-
CMYK00.020.820.42
HSL58.51º69.14%34.31%-
HSV(B)58.51º81.76%58.04%-
XYZ22.5426.634.99-
YUV132.4468.49139.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 27 (10.94% from 255) = 8.44%
R=46.25%
G=45.31%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481452700.020.820.4258.5169.1434.31
Hex94911B02522A3b4522
Octal2242213302122527310542
Binary10010100100100011101101010100101010101110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94911B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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