#93A225

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

Shades of Citron #93A225

Tints of Citron #93A225

Color information

#93A225 (or 0x93A225) is unknown color: approx Citron. HEX triplet: 93, A2 and 25. RGB value is (147,162,37). Sum of RGB (Red+Green+Blue) = 147+162+37=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #93A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A225 is #6C5DDA. Grayscale: #8F8F8F. Windows color (decimal): -7101915 or 2466451. OLE color: 2466451.

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

Color convert

RGB14716237-
CMYK0.0900.770.36
HSL67.2º62.81%39.02%-
HSV(B)67.2º77.16%63.53%-
XYZ25.2932.186.63-
YUV143.2668.03130.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=42.49%
G=46.82%
B=10.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147162370.0900.770.3667.262.8139.02
Hex93A225904D24433f27
Octal22324245110115441037747
Binary10010011101000101001011001010011011001001000011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A225; }

 p { color: rgb(147,162,37); }

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

<style>
 a { background-color: #93A225; }

 a { background-color: rgb(147,162,37); }

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

<style>
 span { border-color: #93A225; }

 span { border-color: rgb(147,162,37); }

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