#94A123

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

Shades of Citron #94A123

Tints of Citron #94A123

Color information

#94A123 (or 0x94A123) is unknown color: approx Citron. HEX triplet: 94, A1 and 23. RGB value is (148,161,35). Sum of RGB (Red+Green+Blue) = 148+161+35=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #94A123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A123 is #6B5EDC. Grayscale: #8F8F8F. Windows color (decimal): -7036637 or 2335124. OLE color: 2335124.

HSL color Cylindrical-coordinate representation of color #94A123: hue angle of 66.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94A123 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB14816135-
CMYK0.0800.780.37
HSL66.19º64.29%38.43%-
HSV(B)66.19º78.26%63.14%-
XYZ25.2631.916.42-
YUV142.7567.19131.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 35 (14.06% from 255) = 10.17%
R=43.02%
G=46.80%
B=10.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161350.0800.780.3766.1964.2938.43
Hex94A123804E25424026
Octal224241431001164510210046
Binary100101001010000110001110000100111010010110000101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,35); }

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

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

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

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

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

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

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