#85A200

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

Shades of Citrus #85A200

Tints of Citrus #85A200

Color information

#85A200 (or 0x85A200) is unknown color: approx Citrus. HEX triplet: 85, A2 and 00. RGB value is (133,162,0). Sum of RGB (Red+Green+Blue) = 133+162+0=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #85A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A200 is #7A5DFF. Grayscale: #878787. Windows color (decimal): -8019456 or 41605. OLE color: 41605.

HSL color Cylindrical-coordinate representation of color #85A200: hue angle of 70.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85A200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1331620-
CMYK0.18010.36
HSL70.74º100%31.76%-
HSV(B)70.74º100%63.53%-
XYZ22.5930.834.76-
YUV134.8651.89126.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.08%
G=54.92%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13316200.18010.3670.7410031.76
Hex85A201206424476420
Octal20524202201444410714440
Binary10000101101000100100100110010010010010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,0); }

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

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

 a { background-color: rgb(133,162,0); }

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

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

 span { border-color: rgb(133,162,0); }

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