#94A027

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

Shades of Citron #94A027

Tints of Citron #94A027

Color information

#94A027 (or 0x94A027) is unknown color: approx Citron. HEX triplet: 94, A0 and 27. RGB value is (148,160,39). Sum of RGB (Red+Green+Blue) = 148+160+39=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #94A027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A027 is #6B5FD8. Grayscale: #8F8F8F. Windows color (decimal): -7036889 or 2597012. OLE color: 2597012.

HSL color Cylindrical-coordinate representation of color #94A027: hue angle of 65.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94A027 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB14816039-
CMYK0.0700.760.37
HSL65.95º60.8%39.02%-
HSV(B)65.95º75.63%62.75%-
XYZ25.1531.586.69-
YUV142.6269.52131.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=42.65%
G=46.11%
B=11.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148160390.0700.760.3765.9560.839.02
Hex94A027704C25423d27
Octal2242404770114451027547
Binary1001010010100000100111111010011001001011000010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,160,39); }

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

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

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

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

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

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

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