#93AB07

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

Shades of Citrus #93AB07

Tints of Citrus #93AB07

Color information

#93AB07 (or 0x93AB07) is unknown color: approx Citrus. HEX triplet: 93, AB and 07. RGB value is (147,171,7). Sum of RGB (Red+Green+Blue) = 147+171+7=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AB07 is #6C54F8. Grayscale: #919191. Windows color (decimal): -7099641 or 502675. OLE color: 502675.

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

Color convert

RGB1471717-
CMYK0.1400.960.33
HSL68.78º92.13%34.9%-
HSV(B)68.78º95.91%67.06%-
XYZ26.6335.345.62-
YUV145.1350.05129.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=45.23%
G=52.62%
B=2.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14717170.1400.960.3368.7892.1334.9
Hex93AB7E06021455c23
Octal22325371601404110513443
Binary100100111010101111111100110000010000110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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