#85AB03

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

Shades of Citrus #85AB03

Tints of Citrus #85AB03

Color information

#85AB03 (or 0x85AB03) is unknown color: approx Citrus. HEX triplet: 85, AB and 03. RGB value is (133,171,3). Sum of RGB (Red+Green+Blue) = 133+171+3=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB03 is #7A54FC. Grayscale: #8D8D8D. Windows color (decimal): -8017149 or 240517. OLE color: 240517.

HSL color Cylindrical-coordinate representation of color #85AB03: hue angle of 73.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85AB03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1331713-
CMYK0.2200.980.33
HSL73.57º96.55%34.12%-
HSV(B)73.57º98.25%67.06%-
XYZ24.2534.125.39-
YUV140.4950.41122.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=43.32%
G=55.70%
B=0.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13317130.2200.980.3373.5796.5534.12
Hex85AB316062214a6122
Octal20525332601424111214142
Binary100001011010101111101100110001010000110010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AB03; }

 p { color: rgb(133,171,3); }

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

<style>
 a { background-color: #85AB03; }

 a { background-color: rgb(133,171,3); }

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

<style>
 span { border-color: #85AB03; }

 span { border-color: rgb(133,171,3); }

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