#94AB16

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

Shades of Citrus #94AB16

Tints of Citrus #94AB16

Color information

#94AB16 (or 0x94AB16) is unknown color: approx Citrus. HEX triplet: 94, AB and 16. RGB value is (148,171,22). Sum of RGB (Red+Green+Blue) = 148+171+22=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB16 is #6B54E9. Grayscale: #939393. Windows color (decimal): -7034090 or 1485716. OLE color: 1485716.

HSL color Cylindrical-coordinate representation of color #94AB16: hue angle of 69.26º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94AB16 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB14817122-
CMYK0.1300.870.33
HSL69.26º77.2%37.84%-
HSV(B)69.26º87.13%67.06%-
XYZ26.9235.486.19-
YUV147.1457.38128.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=43.40%
G=50.15%
B=6.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171220.1300.870.3369.2677.237.84
Hex94AB16D05721454d26
Octal224253261501274110511546
Binary10010100101010111011011010101011110000110001011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,22); }

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

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

 a { background-color: rgb(148,171,22); }

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

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

 span { border-color: rgb(148,171,22); }

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