Html Css Color HEX #86BF01 Citrus

📋 copy color: '#86BF01'

red 134 ◦ green 191 ◦ blue 1

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

Shades of Citrus #86BF01

Tints of Citrus #86BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 58.59%

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

R = 41.1%
G = 58.59%
B = 0.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#86BF01 (or 0x86BF01) is known color: Citrus. HEX triplet: 86, BF and 01. RGB value is (134,191,1). Sum of RGB (Red+Green+Blue) = 134+191+1=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BF01 is #7940FE. Grayscale: #999999. Windows color (decimal): -7946495 or 114566. OLE color: 114566.

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

Color convert

RGB 134 191 1 -
CMYK 0.30 0 0.99 0.25
HSL 78º 0.99% 0.38% -
HSV(B) 78º 0.99% 0.75% -
XYZ 28.47 42.33 6.7 -
YUV 152.3 42.62 114.95 -
System Red Green Blue C M Y K H S L
Decimal 134 191 1 0.30 0 0.99 0.25 78 0.99 0.38
Hex 86 BF 1 1E 0 63 19 4E 63 26
Octal 206 277 1 36 0 143 31 116 143 46
Binary 10000110 10111111 1 11110 0 1100011 11001 1001110 1100011 100110

Color Harmonies of #86BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF01

Black with #86BF01

Text Example


Text Example

White with #86BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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