#94A324

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

Shades of Citron #94A324

Tints of Citron #94A324

Color information

#94A324 (or 0x94A324) is unknown color: approx Citron. HEX triplet: 94, A3 and 24. RGB value is (148,163,36). Sum of RGB (Red+Green+Blue) = 148+163+36=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #94A324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A324 is #6B5CDB. Grayscale: #909090. Windows color (decimal): -7036124 or 2401172. OLE color: 2401172.

HSL color Cylindrical-coordinate representation of color #94A324: hue angle of 67.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94A324 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB14816336-
CMYK0.0900.780.36
HSL67.09º63.82%39.02%-
HSV(B)67.09º77.91%63.92%-
XYZ25.6332.626.61-
YUV144.0467.03130.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 36 (14.45% from 255) = 10.37%
R=42.65%
G=46.97%
B=10.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148163360.0900.780.3667.0963.8239.02
Hex94A324904E24434027
Octal224243441101164410310047
Binary100101001010001110010010010100111010010010000111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,36); }

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

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

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

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

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

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

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