#94a120

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

Shades of Citron #94A120

Tints of Citron #94A120

Color information

#94A120 (or 0x94A120) is unknown color: approx Citron. HEX triplet: 94, A1 and 20. RGB value is (148,161,32). Sum of RGB (Red+Green+Blue) = 148+161+32=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #94A120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A120 is #6B5EDF. Grayscale: #8E8E8E. Windows color (decimal): -7036640 or 2138516. OLE color: 2138516.

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

Color convert

RGB14816132-
CMYK0.0800.800.37
HSL66.05º66.84%37.84%-
HSV(B)66.05º80.12%63.14%-
XYZ25.2231.896.19-
YUV142.4165.69131.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=43.40%
G=47.21%
B=9.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161320.0800.800.3766.0566.8437.84
Hex94A120805025424326
Octal224241401001204510210346
Binary100101001010000110000010000101000010010110000101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94a120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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