#94A323

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

Shades of Citron #94A323

Tints of Citron #94A323

Color information

#94A323 (or 0x94A323) is unknown color: approx Citron. HEX triplet: 94, A3 and 23. RGB value is (148,163,35). Sum of RGB (Red+Green+Blue) = 148+163+35=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #94A323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A323 is #6B5CDC. Grayscale: #909090. Windows color (decimal): -7036125 or 2335636. OLE color: 2335636.

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

Color convert

RGB14816335-
CMYK0.0900.790.36
HSL67.03º64.65%38.82%-
HSV(B)67.03º78.53%63.92%-
XYZ25.6132.616.53-
YUV143.9266.53130.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 35 (14.06% from 255) = 10.12%
R=42.77%
G=47.11%
B=10.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148163350.0900.790.3667.0364.6538.82
Hex94A323904F24434127
Octal224243431101174410310147
Binary100101001010001110001110010100111110010010000111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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