Html Css Color HEX #BEC586 Pine Glade

📋 copy color: '#BEC586'

red 190 ◦ green 197 ◦ blue 134

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

Shades of Pine Glade #BEC586

Tints of Pine Glade #BEC586

RGB

 RED value IS 190 (74.61% from 255) = 36.47%

 GREEN value IS 197 (77.34% from 255) = 37.81%

 BLUE value IS 134 (52.73% from 255) = 25.72%

R = 36.47%
G = 37.81%
B = 25.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BEC586 (or 0xBEC586) is known color: Pine Glade. HEX triplet: BE, C5 and 86. RGB value is (190,197,134). Sum of RGB (Red+Green+Blue) = 190+197+134=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC586 is #413A79. Grayscale: #BBBBBB. Windows color (decimal): -4274810 or 8832446. OLE color: 8832446.

HSL color Cylindrical-coordinate representation of color #BEC586: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC586 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 134 -
CMYK 0.04 0 0.32 0.23
HSL 66.67º 0.35% 0.65% -
HSV(B) 66.67º 0.32% 0.77% -
XYZ 45.5 52.6 30.31 -
YUV 187.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 190 197 134 0.04 0 0.32 0.23 66.67 0.35 0.65
Hex BE C5 86 4 0 20 17 43 23 41
Octal 276 305 206 4 0 40 27 103 43 101
Binary 10111110 11000101 10000110 100 0 100000 10111 1000011 100011 1000001

Color Harmonies of #BEC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC586

Black with #BEC586

Text Example


Text Example

White with #BEC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC586; }

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

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

background-color css

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

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

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

border-color css

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

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

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