Html Css Color HEX #86C60D Citrus

📋 copy color: '#86C60D'

red 134 ◦ green 198 ◦ blue 13

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

Shades of Citrus #86C60D

Tints of Citrus #86C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 38.84%
G = 57.39%
B = 3.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#86C60D (or 0x86C60D) is known color: Citrus. HEX triplet: 86, C6 and 0D. RGB value is (134,198,13). Sum of RGB (Red+Green+Blue) = 134+198+13=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #86C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C60D is #7939F2. Grayscale: #9E9E9E. Windows color (decimal): -7944691 or 902790. OLE color: 902790.

HSL color Cylindrical-coordinate representation of color #86C60D: hue angle of 80.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86C60D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 13 -
CMYK 0.32 0 0.93 0.22
HSL 80.76º 0.88% 0.41% -
HSV(B) 80.76º 0.93% 0.78% -
XYZ 30.1 45.49 7.57 -
YUV 157.77 46.3 111.04 -
System Red Green Blue C M Y K H S L
Decimal 134 198 13 0.32 0 0.93 0.22 80.76 0.88 0.41
Hex 86 C6 D 20 0 5D 16 51 58 29
Octal 206 306 15 40 0 135 26 121 130 51
Binary 10000110 11000110 1101 100000 0 1011101 10110 1010001 1011000 101001

Color Harmonies of #86C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C60D

Black with #86C60D

Text Example


Text Example

White with #86C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,198,13); }

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

background-color css

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

 a { background-color: rgb(134,198,13); }

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

border-color css

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

 span { border-color: rgb(134,198,13); }

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