Html Css Color HEX #BEC280 Pine Glade

📋 copy color: '#BEC280'

red 190 ◦ green 194 ◦ blue 128

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

Shades of Pine Glade #BEC280

Tints of Pine Glade #BEC280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 37.11%
G = 37.89%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BEC280 (or 0xBEC280) is known color: Pine Glade. HEX triplet: BE, C2 and 80. RGB value is (190,194,128). Sum of RGB (Red+Green+Blue) = 190+194+128=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC280 is #413D7F. Grayscale: #B9B9B9. Windows color (decimal): -4275584 or 8438462. OLE color: 8438462.

HSL color Cylindrical-coordinate representation of color #BEC280: hue angle of 63.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC280 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 128 -
CMYK 0.02 0 0.34 0.24
HSL 63.64º 0.35% 0.63% -
HSV(B) 63.64º 0.34% 0.76% -
XYZ 44.42 51.09 27.94 -
YUV 185.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 190 194 128 0.02 0 0.34 0.24 63.64 0.35 0.63
Hex BE C2 80 2 0 22 18 40 23 3F
Octal 276 302 200 2 0 42 30 100 43 77
Binary 10111110 11000010 10000000 10 0 100010 11000 1000000 100011 111111

Color Harmonies of #BEC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC280

Black with #BEC280

Text Example


Text Example

White with #BEC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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