Html Css Color HEX #86C205 Citrus

📋 copy color: '#86C205'

red 134 ◦ green 194 ◦ blue 5

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

Shades of Citrus #86C205

Tints of Citrus #86C205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 40.24%
G = 58.26%
B = 1.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#86C205 (or 0x86C205) is known color: Citrus. HEX triplet: 86, C2 and 05. RGB value is (134,194,5). Sum of RGB (Red+Green+Blue) = 134+194+5=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #86C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C205 is #793DFA. Grayscale: #9B9B9B. Windows color (decimal): -7945723 or 377478. OLE color: 377478.

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

Color convert

RGB 134 194 5 -
CMYK 0.31 0 0.97 0.24
HSL 79.05º 0.95% 0.39% -
HSV(B) 79.05º 0.97% 0.76% -
XYZ 29.15 43.66 7.03 -
YUV 154.51 43.62 113.37 -
System Red Green Blue C M Y K H S L
Decimal 134 194 5 0.31 0 0.97 0.24 79.05 0.95 0.39
Hex 86 C2 5 1F 0 61 18 4F 5F 27
Octal 206 302 5 37 0 141 30 117 137 47
Binary 10000110 11000010 101 11111 0 1100001 11000 1001111 1011111 100111

Color Harmonies of #86C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C205

Black with #86C205

Text Example


Text Example

White with #86C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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