#94A621

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

Shades of Citron #94A621

Tints of Citron #94A621

Color information

#94A621 (or 0x94A621) is unknown color: approx Citron. HEX triplet: 94, A6 and 21. RGB value is (148,166,33). Sum of RGB (Red+Green+Blue) = 148+166+33=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #94A621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A621 is #6B59DE. Grayscale: #919191. Windows color (decimal): -7035359 or 2205332. OLE color: 2205332.

HSL color Cylindrical-coordinate representation of color #94A621: hue angle of 68.12º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94A621 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB14816633-
CMYK0.1100.800.35
HSL68.12º66.83%39.02%-
HSV(B)68.12º80.12%65.1%-
XYZ26.1233.686.56-
YUV145.4664.54129.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=42.65%
G=47.84%
B=9.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166330.1100.800.3568.1266.8339.02
Hex94A621B05023444327
Octal224246411301204310410347
Binary100101001010011010000110110101000010001110001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,33); }

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

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

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

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

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

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

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