#94A409

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

Shades of Citrus #94A409

Tints of Citrus #94A409

Color information

#94A409 (or 0x94A409) is unknown color: approx Citrus. HEX triplet: 94, A4 and 09. RGB value is (148,164,9). Sum of RGB (Red+Green+Blue) = 148+164+9=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #94A409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A409 is #6B5BF6. Grayscale: #8E8E8E. Windows color (decimal): -7035895 or 631956. OLE color: 631956.

HSL color Cylindrical-coordinate representation of color #94A409: hue angle of 66.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94A409 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1481649-
CMYK0.1000.950.36
HSL66.19º89.6%33.92%-
HSV(B)66.19º94.51%64.31%-
XYZ25.5432.875.26-
YUV141.5553.2132.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=46.11%
G=51.09%
B=2.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14816490.1000.950.3666.1989.633.92
Hex94A49A05F24425a22
Octal224244111201374410213242
Binary1001010010100100100110100101111110010010000101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,164,9); }

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

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

 a { background-color: rgb(148,164,9); }

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

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

 span { border-color: rgb(148,164,9); }

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