Html Css Color HEX #86C105 Citrus

📋 copy color: '#86C105'

red 134 ◦ green 193 ◦ blue 5

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

Shades of Citrus #86C105

Tints of Citrus #86C105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.13%

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

R = 40.36%
G = 58.13%
B = 1.51%

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

#86C105 (or 0x86C105) is known color: Citrus. HEX triplet: 86, C1 and 05. RGB value is (134,193,5). Sum of RGB (Red+Green+Blue) = 134+193+5=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #86C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C105 is #793EFA. Grayscale: #9A9A9A. Windows color (decimal): -7945979 or 377222. OLE color: 377222.

HSL color Cylindrical-coordinate representation of color #86C105: hue angle of 78.83º 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 #86C105 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 5 -
CMYK 0.31 0 0.97 0.24
HSL 78.83º 0.95% 0.39% -
HSV(B) 78.83º 0.97% 0.76% -
XYZ 28.93 43.22 6.96 -
YUV 153.93 43.95 113.79 -
System Red Green Blue C M Y K H S L
Decimal 134 193 5 0.31 0 0.97 0.24 78.83 0.95 0.39
Hex 86 C1 5 1F 0 61 18 4F 5F 27
Octal 206 301 5 37 0 141 30 117 137 47
Binary 10000110 11000001 101 11111 0 1100001 11000 1001111 1011111 100111

Color Harmonies of #86C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C105

Black with #86C105

Text Example


Text Example

White with #86C105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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