#94A518

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

Shades of Citron #94A518

Tints of Citron #94A518

Color information

#94A518 (or 0x94A518) is unknown color: approx Citron. HEX triplet: 94, A5 and 18. RGB value is (148,165,24). Sum of RGB (Red+Green+Blue) = 148+165+24=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #94A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A518 is #6B5AE7. Grayscale: #909090. Windows color (decimal): -7035624 or 1615252. OLE color: 1615252.

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

Color convert

RGB14816524-
CMYK0.1000.850.35
HSL67.23º74.6%37.06%-
HSV(B)67.23º85.45%64.71%-
XYZ25.8333.275.92-
YUV143.8460.37130.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 24 (9.77% from 255) = 7.12%
R=43.92%
G=48.96%
B=7.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165240.1000.850.3567.2374.637.06
Hex94A518A05523434b25
Octal224245301201254310311345
Binary10010100101001011100010100101010110001110000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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