Html Css Color HEX #BEC287 Pine Glade

📋 copy color: '#BEC287'

red 190 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #BEC287

Tints of Pine Glade #BEC287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 36.61%
G = 37.38%
B = 26.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BEC287 (or 0xBEC287) is known color: Pine Glade. HEX triplet: BE, C2 and 87. RGB value is (190,194,135). Sum of RGB (Red+Green+Blue) = 190+194+135=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC287 is #413D78. Grayscale: #BABABA. Windows color (decimal): -4275577 or 8897214. OLE color: 8897214.

HSL color Cylindrical-coordinate representation of color #BEC287: hue angle of 64.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC287 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 135 -
CMYK 0.02 0 0.30 0.24
HSL 64.07º 0.33% 0.65% -
HSV(B) 64.07º 0.3% 0.76% -
XYZ 44.9 51.28 30.45 -
YUV 186.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 190 194 135 0.02 0 0.30 0.24 64.07 0.33 0.65
Hex BE C2 87 2 0 1E 18 40 21 41
Octal 276 302 207 2 0 36 30 100 41 101
Binary 10111110 11000010 10000111 10 0 11110 11000 1000000 100001 1000001

Color Harmonies of #BEC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC287

Black with #BEC287

Text Example


Text Example

White with #BEC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC287; }

 p { color: rgb(190,194,135); }

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

background-color css

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

 a { background-color: rgb(190,194,135); }

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

border-color css

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

 span { border-color: rgb(190,194,135); }

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