#85B703

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

Shades of Citrus #85B703

Tints of Citrus #85B703

Color information

#85B703 (or 0x85B703) is unknown color: approx Citrus. HEX triplet: 85, B7 and 03. RGB value is (133,183,3). Sum of RGB (Red+Green+Blue) = 133+183+3=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #85B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B703 is #7A48FC. Grayscale: #949494. Windows color (decimal): -8014077 or 243589. OLE color: 243589.

HSL color Cylindrical-coordinate representation of color #85B703: hue angle of 76.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B703 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1331833-
CMYK0.2700.980.28
HSL76.67º96.77%36.47%-
HSV(B)76.67º98.36%71.76%-
XYZ26.6238.866.18-
YUV147.5346.44117.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 183 (71.88% from 255) = 57.37%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=41.69%
G=57.37%
B=0.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13318330.2700.980.2876.6796.7736.47
Hex85B731B0621C4d6124
Octal20526733301423411514144
Binary10000101101101111111011011000101110010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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