#94A302

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

Shades of Citrus #94A302

Tints of Citrus #94A302

Color information

#94A302 (or 0x94A302) is unknown color: approx Citrus. HEX triplet: 94, A3 and 02. RGB value is (148,163,2). Sum of RGB (Red+Green+Blue) = 148+163+2=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #94A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A302 is #6B5CFD. Grayscale: #8C8C8C. Windows color (decimal): -7036158 or 172948. OLE color: 172948.

HSL color Cylindrical-coordinate representation of color #94A302: hue angle of 65.59º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94A302 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1481632-
CMYK0.0900.990.36
HSL65.59º97.58%32.35%-
HSV(B)65.59º98.77%63.92%-
XYZ25.3232.494.99-
YUV140.1650.03133.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=47.28%
G=52.08%
B=0.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14816320.0900.990.3665.5997.5832.35
Hex94A32906324426220
Octal22424321101434410214240
Binary10010100101000111010010110001110010010000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,2); }

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

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

 a { background-color: rgb(148,163,2); }

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

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

 span { border-color: rgb(148,163,2); }

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