Html Css Color HEX #85B601 Citrus

📋 copy color: '#85B601'

red 133 ◦ green 182 ◦ blue 1

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

Shades of Citrus #85B601

Tints of Citrus #85B601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.59%

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

R = 42.09%
G = 57.59%
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

#85B601 (or 0x85B601) is known color: Citrus. HEX triplet: 85, B6 and 01. RGB value is (133,182,1). Sum of RGB (Red+Green+Blue) = 133+182+1=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #85B601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B601 is #7A49FE. Grayscale: #939393. Windows color (decimal): -8014335 or 112261. OLE color: 112261.

HSL color Cylindrical-coordinate representation of color #85B601: hue angle of 76.24º 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 #85B601 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 1 -
CMYK 0.27 0 0.99 0.29
HSL 76.24º 0.99% 0.36% -
HSV(B) 76.24º 0.99% 0.71% -
XYZ 26.41 38.44 6.06 -
YUV 146.72 45.77 118.22 -
System Red Green Blue C M Y K H S L
Decimal 133 182 1 0.27 0 0.99 0.29 76.24 0.99 0.36
Hex 85 B6 1 1B 0 63 1D 4C 63 24
Octal 205 266 1 33 0 143 35 114 143 44
Binary 10000101 10110110 1 11011 0 1100011 11101 1001100 1100011 100100

Color Harmonies of #85B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B601

Black with #85B601

Text Example


Text Example

White with #85B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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