#93AB05

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

Shades of Citrus #93AB05

Tints of Citrus #93AB05

Color information

#93AB05 (or 0x93AB05) is unknown color: approx Citrus. HEX triplet: 93, AB and 05. RGB value is (147,171,5). Sum of RGB (Red+Green+Blue) = 147+171+5=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AB05 is #6C54FA. Grayscale: #919191. Windows color (decimal): -7099643 or 371603. OLE color: 371603.

HSL color Cylindrical-coordinate representation of color #93AB05: hue angle of 68.67º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93AB05 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1471715-
CMYK0.1400.970.33
HSL68.67º94.32%34.51%-
HSV(B)68.67º97.08%67.06%-
XYZ26.6235.345.56-
YUV144.949.05129.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=45.51%
G=52.94%
B=1.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14717150.1400.970.3368.6794.3234.51
Hex93AB5E06121455e23
Octal22325351601414110513643
Binary100100111010101110111100110000110000110001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,5); }

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

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

 a { background-color: rgb(147,171,5); }

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

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

 span { border-color: rgb(147,171,5); }

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