Html Css Color HEX #BEC582 Pine Glade

📋 copy color: '#BEC582'

red 190 ◦ green 197 ◦ blue 130

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

Shades of Pine Glade #BEC582

Tints of Pine Glade #BEC582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 36.75%
G = 38.1%
B = 25.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#BEC582 (or 0xBEC582) is known color: Pine Glade. HEX triplet: BE, C5 and 82. RGB value is (190,197,130). Sum of RGB (Red+Green+Blue) = 190+197+130=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC582 is #413A7D. Grayscale: #BBBBBB. Windows color (decimal): -4274814 or 8570302. OLE color: 8570302.

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

Color convert

RGB 190 197 130 -
CMYK 0.04 0 0.34 0.23
HSL 66.27º 0.37% 0.64% -
HSV(B) 66.27º 0.34% 0.77% -
XYZ 45.23 52.49 28.87 -
YUV 187.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 190 197 130 0.04 0 0.34 0.23 66.27 0.37 0.64
Hex BE C5 82 4 0 22 17 42 25 40
Octal 276 305 202 4 0 42 27 102 45 100
Binary 10111110 11000101 10000010 100 0 100010 10111 1000010 100101 1000000

Color Harmonies of #BEC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC582

Black with #BEC582

Text Example


Text Example

White with #BEC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC582; }

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

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

background-color css

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

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

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

border-color css

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

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

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