Html Css Color HEX #86BC03 Citrus

📋 copy color: '#86BC03'

red 134 ◦ green 188 ◦ blue 3

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

Shades of Citrus #86BC03

Tints of Citrus #86BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.85%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 41.23%
G = 57.85%
B = 0.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#86BC03 (or 0x86BC03) is known color: Citrus. HEX triplet: 86, BC and 03. RGB value is (134,188,3). Sum of RGB (Red+Green+Blue) = 134+188+3=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC03 is #7943FC. Grayscale: #979797. Windows color (decimal): -7947261 or 244870. OLE color: 244870.

HSL color Cylindrical-coordinate representation of color #86BC03: hue angle of 77.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86BC03 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 3 -
CMYK 0.29 0 0.98 0.26
HSL 77.51º 0.97% 0.37% -
HSV(B) 77.51º 0.98% 0.74% -
XYZ 27.83 41.04 6.54 -
YUV 150.76 44.61 116.04 -
System Red Green Blue C M Y K H S L
Decimal 134 188 3 0.29 0 0.98 0.26 77.51 0.97 0.37
Hex 86 BC 3 1D 0 62 1A 4E 61 25
Octal 206 274 3 35 0 142 32 116 141 45
Binary 10000110 10111100 11 11101 0 1100010 11010 1001110 1100001 100101

Color Harmonies of #86BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC03

Black with #86BC03

Text Example


Text Example

White with #86BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,3); }

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

background-color css

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

 a { background-color: rgb(134,188,3); }

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

border-color css

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

 span { border-color: rgb(134,188,3); }

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