#94991A

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

Shades of Citron #94991A

Tints of Citron #94991A

Color information

#94991A (or 0x94991A) is unknown color: approx Citron. HEX triplet: 94, 99 and 1A. RGB value is (148,153,26). Sum of RGB (Red+Green+Blue) = 148+153+26=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #94991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94991A is #6B66E5. Grayscale: #898989. Windows color (decimal): -7038694 or 1743252. OLE color: 1743252.

HSL color Cylindrical-coordinate representation of color #94991A: hue angle of 62.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94991A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB14815326-
CMYK0.0300.830.4
HSL62.36º70.95%35.1%-
HSV(B)62.36º83.01%60%-
XYZ23.7929.155.35-
YUV137.0365.34135.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=45.26%
G=46.79%
B=7.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153260.0300.830.462.3670.9535.1
Hex94991A3053283e4723
Octal2242313230123507610743
Binary10010100100110011101011010100111010001111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94991A; }

 p { color: rgb(148,153,26); }

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

<style>
 a { background-color: #94991A; }

 a { background-color: rgb(148,153,26); }

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

<style>
 span { border-color: #94991A; }

 span { border-color: rgb(148,153,26); }

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