Html Css Color HEX #86C20C Citrus

📋 copy color: '#86C20C'

red 134 ◦ green 194 ◦ blue 12

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

Shades of Citrus #86C20C

Tints of Citrus #86C20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

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

R = 39.41%
G = 57.06%
B = 3.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#86C20C (or 0x86C20C) is known color: Citrus. HEX triplet: 86, C2 and 0C. RGB value is (134,194,12). Sum of RGB (Red+Green+Blue) = 134+194+12=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #86C20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C20C is #793DF3. Grayscale: #9B9B9B. Windows color (decimal): -7945716 or 836230. OLE color: 836230.

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

Color convert

RGB 134 194 12 -
CMYK 0.31 0 0.94 0.24
HSL 79.78º 0.88% 0.4% -
HSV(B) 79.78º 0.94% 0.76% -
XYZ 29.19 43.68 7.24 -
YUV 155.31 47.12 112.8 -
System Red Green Blue C M Y K H S L
Decimal 134 194 12 0.31 0 0.94 0.24 79.78 0.88 0.4
Hex 86 C2 C 1F 0 5E 18 50 58 28
Octal 206 302 14 37 0 136 30 120 130 50
Binary 10000110 11000010 1100 11111 0 1011110 11000 1010000 1011000 101000

Color Harmonies of #86C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C20C

Black with #86C20C

Text Example


Text Example

White with #86C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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