#94A41E

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

Shades of Citron #94A41E

Tints of Citron #94A41E

Color information

#94A41E (or 0x94A41E) is unknown color: approx Citron. HEX triplet: 94, A4 and 1E. RGB value is (148,164,30). Sum of RGB (Red+Green+Blue) = 148+164+30=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #94A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A41E is #6B5BE1. Grayscale: #909090. Windows color (decimal): -7035874 or 2008212. OLE color: 2008212.

HSL color Cylindrical-coordinate representation of color #94A41E: hue angle of 67.16º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94A41E is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB14816430-
CMYK0.1000.820.36
HSL67.16º69.07%38.04%-
HSV(B)67.16º81.71%64.31%-
XYZ25.7232.946.23-
YUV143.9463.7130.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=43.27%
G=47.95%
B=8.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148164300.1000.820.3667.1669.0738.04
Hex94A41EA05224434526
Octal224244361201224410310546
Binary10010100101001001111010100101001010010010000111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A41E; }

 p { color: rgb(148,164,30); }

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

<style>
 a { background-color: #94A41E; }

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

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

<style>
 span { border-color: #94A41E; }

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

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