Html Css Color HEX #BEC083 Pine Glade

📋 copy color: '#BEC083'

red 190 ◦ green 192 ◦ blue 131

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

Shades of Pine Glade #BEC083

Tints of Pine Glade #BEC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.54%

R = 37.04%
G = 37.43%
B = 25.54%

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

#BEC083 (or 0xBEC083) is known color: Pine Glade. HEX triplet: BE, C0 and 83. RGB value is (190,192,131). Sum of RGB (Red+Green+Blue) = 190+192+131=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC083 is #413F7C. Grayscale: #B8B8B8. Windows color (decimal): -4276093 or 8634558. OLE color: 8634558.

HSL color Cylindrical-coordinate representation of color #BEC083: hue angle of 61.97º 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 #BEC083 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 131 -
CMYK 0.01 0 0.32 0.25
HSL 61.97º 0.33% 0.63% -
HSV(B) 61.97º 0.32% 0.75% -
XYZ 44.18 50.29 28.85 -
YUV 184.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 190 192 131 0.01 0 0.32 0.25 61.97 0.33 0.63
Hex BE C0 83 1 0 20 19 3E 21 3F
Octal 276 300 203 1 0 40 31 76 41 77
Binary 10111110 11000000 10000011 1 0 100000 11001 111110 100001 111111

Color Harmonies of #BEC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC083

Black with #BEC083

Text Example


Text Example

White with #BEC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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