Html Css Color HEX #BEC080 Pine Glade

📋 copy color: '#BEC080'

red 190 ◦ green 192 ◦ blue 128

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

Shades of Pine Glade #BEC080

Tints of Pine Glade #BEC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

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

R = 37.25%
G = 37.65%
B = 25.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEC080 (or 0xBEC080) is known color: Pine Glade. HEX triplet: BE, C0 and 80. RGB value is (190,192,128). Sum of RGB (Red+Green+Blue) = 190+192+128=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC080 is #413F7F. Grayscale: #B8B8B8. Windows color (decimal): -4276096 or 8437950. OLE color: 8437950.

HSL color Cylindrical-coordinate representation of color #BEC080: hue angle of 61.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC080 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 128 -
CMYK 0.01 0 0.33 0.25
HSL 61.88º 0.34% 0.63% -
HSV(B) 61.88º 0.33% 0.75% -
XYZ 43.98 50.2 27.79 -
YUV 184.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 190 192 128 0.01 0 0.33 0.25 61.88 0.34 0.63
Hex BE C0 80 1 0 21 19 3E 22 3F
Octal 276 300 200 1 0 41 31 76 42 77
Binary 10111110 11000000 10000000 1 0 100001 11001 111110 100010 111111

Color Harmonies of #BEC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC080

Black with #BEC080

Text Example


Text Example

White with #BEC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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