#94A514

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

Shades of Citron #94A514

Tints of Citron #94A514

Color information

#94A514 (or 0x94A514) is unknown color: approx Citron. HEX triplet: 94, A5 and 14. RGB value is (148,165,20). Sum of RGB (Red+Green+Blue) = 148+165+20=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #94A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A514 is #6B5AEB. Grayscale: #8F8F8F. Windows color (decimal): -7035628 or 1353108. OLE color: 1353108.

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

Color convert

RGB14816520-
CMYK0.1000.880.35
HSL67.03º78.38%36.27%-
HSV(B)67.03º87.88%64.71%-
XYZ25.7933.265.72-
YUV143.3958.37131.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=44.44%
G=49.55%
B=6.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165200.1000.880.3567.0378.3836.27
Hex94A514A05823434e24
Octal224245241201304310311644
Binary10010100101001011010010100101100010001110000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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