#94941F

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

Shades of Citron #94941F

Tints of Citron #94941F

Color information

#94941F (or 0x94941F) is unknown color: approx Citron. HEX triplet: 94, 94 and 1F. RGB value is (148,148,31). Sum of RGB (Red+Green+Blue) = 148+148+31=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94941F is #6B6BE0. Grayscale: #878787. Windows color (decimal): -7039969 or 2069652. OLE color: 2069652.

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

Color convert

RGB14814831-
CMYK000.790.42
HSL60º65.36%35.1%-
HSV(B)60º79.05%58.04%-
XYZ23.0527.575.4-
YUV134.6669.5137.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=45.26%
G=45.26%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814831000.790.426065.3635.1
Hex94941F004F2A3c4123
Octal2242243700117527410143
Binary1001010010010100111110010011111010101111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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