#94A521

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

Shades of Citron #94A521

Tints of Citron #94A521

Color information

#94A521 (or 0x94A521) is unknown color: approx Citron. HEX triplet: 94, A5 and 21. RGB value is (148,165,33). Sum of RGB (Red+Green+Blue) = 148+165+33=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #94A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A521 is #6B5ADE. Grayscale: #919191. Windows color (decimal): -7035615 or 2205076. OLE color: 2205076.

HSL color Cylindrical-coordinate representation of color #94A521: hue angle of 67.73º 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 #94A521 is Cyan = 0.10, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB14816533-
CMYK0.1000.80.35
HSL67.73º66.67%38.82%-
HSV(B)67.73º80%64.71%-
XYZ25.9433.326.5-
YUV144.8764.87130.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=42.77%
G=47.69%
B=9.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165330.1000.80.3567.7366.6738.82
Hex94A521A05023444327
Octal224245411201204310410347
Binary100101001010010110000110100101000010001110001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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