#94901F

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

Shades of Citron #94901F

Tints of Citron #94901F

Color information

#94901F (or 0x94901F) is unknown color: approx Citron. HEX triplet: 94, 90 and 1F. RGB value is (148,144,31). Sum of RGB (Red+Green+Blue) = 148+144+31=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94901F is #6B6FE0. Grayscale: #848484. Windows color (decimal): -7040993 or 2068628. OLE color: 2068628.

HSL color Cylindrical-coordinate representation of color #94901F: hue angle of 57.95º 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 #94901F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14814431-
CMYK00.030.790.42
HSL57.95º65.36%35.1%-
HSV(B)57.95º79.05%58.04%-
XYZ22.4326.345.2-
YUV132.3170.83139.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=45.82%
G=44.58%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481443100.030.790.4257.9565.3635.1
Hex94901F034F2A3a4123
Octal2242203703117527210143
Binary10010100100100001111101110011111010101110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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