Html Css Color HEX #86C301 Citrus

📋 copy color: '#86C301'

red 134 ◦ green 195 ◦ blue 1

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

Shades of Citrus #86C301

Tints of Citrus #86C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.09%

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

R = 40.61%
G = 59.09%
B = 0.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#86C301 (or 0x86C301) is known color: Citrus. HEX triplet: 86, C3 and 01. RGB value is (134,195,1). Sum of RGB (Red+Green+Blue) = 134+195+1=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #86C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C301 is #793CFE. Grayscale: #9B9B9B. Windows color (decimal): -7945471 or 115590. OLE color: 115590.

HSL color Cylindrical-coordinate representation of color #86C301: hue angle of 78.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86C301 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 1 -
CMYK 0.31 0 0.99 0.24
HSL 78.87º 0.99% 0.38% -
HSV(B) 78.87º 0.99% 0.76% -
XYZ 29.35 44.1 6.99 -
YUV 154.65 41.29 113.27 -
System Red Green Blue C M Y K H S L
Decimal 134 195 1 0.31 0 0.99 0.24 78.87 0.99 0.38
Hex 86 C3 1 1F 0 63 18 4F 63 26
Octal 206 303 1 37 0 143 30 117 143 46
Binary 10000110 11000011 1 11111 0 1100011 11000 1001111 1100011 100110

Color Harmonies of #86C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C301

Black with #86C301

Text Example


Text Example

White with #86C301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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