#94911F

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

Shades of Citron #94911F

Tints of Citron #94911F

Color information

#94911F (or 0x94911F) is unknown color: approx Citron. HEX triplet: 94, 91 and 1F. RGB value is (148,145,31). Sum of RGB (Red+Green+Blue) = 148+145+31=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94911F is #6B6EE0. Grayscale: #858585. Windows color (decimal): -7040737 or 2068884. OLE color: 2068884.

HSL color Cylindrical-coordinate representation of color #94911F: hue angle of 58.46º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94911F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14814531-
CMYK00.020.790.42
HSL58.46º65.36%35.1%-
HSV(B)58.46º79.05%58.04%-
XYZ22.5926.655.25-
YUV132.970.49138.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=45.68%
G=44.75%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481453100.020.790.4258.4665.3635.1
Hex94911F024F2A3a4123
Octal2242213702117527210143
Binary10010100100100011111101010011111010101110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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