#93AE0A

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

Shades of Citrus #93AE0A

Tints of Citrus #93AE0A

Color information

#93AE0A (or 0x93AE0A) is unknown color: approx Citrus. HEX triplet: 93, AE and 0A. RGB value is (147,174,10). Sum of RGB (Red+Green+Blue) = 147+174+10=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AE0A is #6C51F5. Grayscale: #939393. Windows color (decimal): -7098870 or 700051. OLE color: 700051.

HSL color Cylindrical-coordinate representation of color #93AE0A: hue angle of 69.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93AE0A is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB14717410-
CMYK0.1600.940.32
HSL69.88º89.13%36.08%-
HSV(B)69.88º94.25%68.24%-
XYZ27.2236.55.9-
YUV147.2350.55127.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 10 (4.30% from 255) = 3.02%
R=44.41%
G=52.57%
B=3.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147174100.1600.940.3269.8889.1336.08
Hex93AEA1005E20465924
Octal223256122001364010613144
Binary10010011101011101010100000101111010000010001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,10); }

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

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

 a { background-color: rgb(147,174,10); }

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

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

 span { border-color: rgb(147,174,10); }

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