Html Css Color HEX #85B701 Citrus

📋 copy color: '#85B701'

red 133 ◦ green 183 ◦ blue 1

#85B701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #85B701

Tints of Citrus #85B701

RGB

 RED value IS 133 (52.34% from 255) = 41.96%

 GREEN value IS 183 (71.88% from 255) = 57.73%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 41.96%
G = 57.73%
B = 0.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#85B701 (or 0x85B701) is known color: Citrus. HEX triplet: 85, B7 and 01. RGB value is (133,183,1). Sum of RGB (Red+Green+Blue) = 133+183+1=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #85B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B701 is #7A48FE. Grayscale: #939393. Windows color (decimal): -8014079 or 112517. OLE color: 112517.

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

Color convert

RGB 133 183 1 -
CMYK 0.27 0 0.99 0.28
HSL 76.48º 0.99% 0.36% -
HSV(B) 76.48º 0.99% 0.72% -
XYZ 26.61 38.86 6.13 -
YUV 147.3 45.44 117.8 -
System Red Green Blue C M Y K H S L
Decimal 133 183 1 0.27 0 0.99 0.28 76.48 0.99 0.36
Hex 85 B7 1 1B 0 63 1C 4C 63 24
Octal 205 267 1 33 0 143 34 114 143 44
Binary 10000101 10110111 1 11011 0 1100011 11100 1001100 1100011 100100

Color Harmonies of #85B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B701

Black with #85B701

Text Example


Text Example

White with #85B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B701;
 }
 .AnyTagClassName
 {
   color: #85B701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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