Html Css Color HEX #BEC082 Pine Glade

📋 copy color: '#BEC082'

red 190 ◦ green 192 ◦ blue 130

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

Shades of Pine Glade #BEC082

Tints of Pine Glade #BEC082

RGB

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

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

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

R = 37.11%
G = 37.5%
B = 25.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEC082 (or 0xBEC082) is known color: Pine Glade. HEX triplet: BE, C0 and 82. RGB value is (190,192,130). Sum of RGB (Red+Green+Blue) = 190+192+130=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC082 is #413F7D. Grayscale: #B8B8B8. Windows color (decimal): -4276094 or 8569022. OLE color: 8569022.

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

Color convert

RGB 190 192 130 -
CMYK 0.01 0 0.32 0.25
HSL 61.94º 0.33% 0.63% -
HSV(B) 61.94º 0.32% 0.75% -
XYZ 44.11 50.26 28.49 -
YUV 184.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 190 192 130 0.01 0 0.32 0.25 61.94 0.33 0.63
Hex BE C0 82 1 0 20 19 3E 21 3F
Octal 276 300 202 1 0 40 31 76 41 77
Binary 10111110 11000000 10000010 1 0 100000 11001 111110 100001 111111

Color Harmonies of #BEC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC082

Black with #BEC082

Text Example


Text Example

White with #BEC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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