Html Css Color HEX #86BE3C Yellow Green

📋 copy color: '#86BE3C'

red 134 ◦ green 190 ◦ blue 60

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

Shades of Yellow Green #86BE3C

Tints of Yellow Green #86BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.48%

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 34.9%
G = 49.48%
B = 15.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#86BE3C (or 0x86BE3C) is known color: Yellow Green. HEX triplet: 86, BE and 3C. RGB value is (134,190,60). Sum of RGB (Red+Green+Blue) = 134+190+60=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE3C is #7941C3. Grayscale: #9E9E9E. Windows color (decimal): -7946692 or 3980934. OLE color: 3980934.

HSL color Cylindrical-coordinate representation of color #86BE3C: hue angle of 85.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86BE3C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 60 -
CMYK 0.29 0 0.68 0.25
HSL 85.85º 0.52% 0.49% -
HSV(B) 85.85º 0.68% 0.75% -
XYZ 29.06 42.22 10.89 -
YUV 158.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 134 190 60 0.29 0 0.68 0.25 85.85 0.52 0.49
Hex 86 BE 3C 1D 0 44 19 56 34 31
Octal 206 276 74 35 0 104 31 126 64 61
Binary 10000110 10111110 111100 11101 0 1000100 11001 1010110 110100 110001

Color Harmonies of #86BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE3C

Black with #86BE3C

Text Example


Text Example

White with #86BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,60); }

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

background-color css

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

 a { background-color: rgb(134,190,60); }

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

border-color css

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

 span { border-color: rgb(134,190,60); }

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