Html Css Color HEX #86C80C Citrus

📋 copy color: '#86C80C'

red 134 ◦ green 200 ◦ blue 12

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

Shades of Citrus #86C80C

Tints of Citrus #86C80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 38.73%
G = 57.8%
B = 3.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#86C80C (or 0x86C80C) is known color: Citrus. HEX triplet: 86, C8 and 0C. RGB value is (134,200,12). Sum of RGB (Red+Green+Blue) = 134+200+12=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #86C80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C80C is #7937F3. Grayscale: #9F9F9F. Windows color (decimal): -7944180 or 837766. OLE color: 837766.

HSL color Cylindrical-coordinate representation of color #86C80C: hue angle of 81.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86C80C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 12 -
CMYK 0.33 0 0.94 0.22
HSL 81.06º 0.89% 0.42% -
HSV(B) 81.06º 0.94% 0.78% -
XYZ 30.55 46.4 7.69 -
YUV 158.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 134 200 12 0.33 0 0.94 0.22 81.06 0.89 0.42
Hex 86 C8 C 21 0 5E 16 51 59 2A
Octal 206 310 14 41 0 136 26 121 131 52
Binary 10000110 11001000 1100 100001 0 1011110 10110 1010001 1011001 101010

Color Harmonies of #86C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C80C

Black with #86C80C

Text Example


Text Example

White with #86C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,12); }

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

background-color css

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

 a { background-color: rgb(134,200,12); }

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

border-color css

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

 span { border-color: rgb(134,200,12); }

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