Html Css Color HEX #86B601 Citrus

📋 copy color: '#86B601'

red 134 ◦ green 182 ◦ blue 1

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

Shades of Citrus #86B601

Tints of Citrus #86B601

RGB

 RED value IS 134 (52.73% from 255) = 42.27%

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

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

R = 42.27%
G = 57.41%
B = 0.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#86B601 (or 0x86B601) is known color: Citrus. HEX triplet: 86, B6 and 01. RGB value is (134,182,1). Sum of RGB (Red+Green+Blue) = 134+182+1=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #86B601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B601 is #7949FE. Grayscale: #939393. Windows color (decimal): -7948799 or 112262. OLE color: 112262.

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

Color convert

RGB 134 182 1 -
CMYK 0.26 0 0.99 0.29
HSL 75.91º 0.99% 0.36% -
HSV(B) 75.91º 0.99% 0.71% -
XYZ 26.56 38.53 6.06 -
YUV 147.01 45.6 118.72 -
System Red Green Blue C M Y K H S L
Decimal 134 182 1 0.26 0 0.99 0.29 75.91 0.99 0.36
Hex 86 B6 1 1A 0 63 1D 4C 63 24
Octal 206 266 1 32 0 143 35 114 143 44
Binary 10000110 10110110 1 11010 0 1100011 11101 1001100 1100011 100100

Color Harmonies of #86B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B601

Black with #86B601

Text Example


Text Example

White with #86B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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