#94A510

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

Shades of Citron #94A510

Tints of Citron #94A510

Color information

#94A510 (or 0x94A510) is unknown color: approx Citron. HEX triplet: 94, A5 and 10. RGB value is (148,165,16). Sum of RGB (Red+Green+Blue) = 148+165+16=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #94A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A510 is #6B5AEF. Grayscale: #8F8F8F. Windows color (decimal): -7035632 or 1090964. OLE color: 1090964.

HSL color Cylindrical-coordinate representation of color #94A510: hue angle of 66.85º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94A510 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB14816516-
CMYK0.1000.900.35
HSL66.85º82.32%35.49%-
HSV(B)66.85º90.3%64.71%-
XYZ25.7633.245.55-
YUV142.9356.37131.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 16 (6.64% from 255) = 4.86%
R=44.98%
G=50.15%
B=4.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165160.1000.900.3566.8582.3235.49
Hex94A510A05A23435223
Octal224245201201324310312243
Binary10010100101001011000010100101101010001110000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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