Html Css Color HEX #85B501 Citrus

📋 copy color: '#85B501'

red 133 ◦ green 181 ◦ blue 1

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

Shades of Citrus #85B501

Tints of Citrus #85B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.46%

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

R = 42.22%
G = 57.46%
B = 0.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#85B501 (or 0x85B501) is known color: Citrus. HEX triplet: 85, B5 and 01. RGB value is (133,181,1). Sum of RGB (Red+Green+Blue) = 133+181+1=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #85B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B501 is #7A4AFE. Grayscale: #929292. Windows color (decimal): -8014591 or 112005. OLE color: 112005.

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

Color convert

RGB 133 181 1 -
CMYK 0.27 0 0.99 0.29
HSL 76º 0.99% 0.36% -
HSV(B) 76º 0.99% 0.71% -
XYZ 26.2 38.04 5.99 -
YUV 146.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 133 181 1 0.27 0 0.99 0.29 76 0.99 0.36
Hex 85 B5 1 1B 0 63 1D 4C 63 24
Octal 205 265 1 33 0 143 35 114 143 44
Binary 10000101 10110101 1 11011 0 1100011 11101 1001100 1100011 100100

Color Harmonies of #85B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B501

Black with #85B501

Text Example


Text Example

White with #85B501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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