Html Css Color HEX #BEC282 Pine Glade

📋 copy color: '#BEC282'

red 190 ◦ green 194 ◦ blue 130

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

Shades of Pine Glade #BEC282

Tints of Pine Glade #BEC282

RGB

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

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

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

R = 36.96%
G = 37.74%
B = 25.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BEC282 (or 0xBEC282) is known color: Pine Glade. HEX triplet: BE, C2 and 82. RGB value is (190,194,130). Sum of RGB (Red+Green+Blue) = 190+194+130=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC282 is #413D7D. Grayscale: #B9B9B9. Windows color (decimal): -4275582 or 8569534. OLE color: 8569534.

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

Color convert

RGB 190 194 130 -
CMYK 0.02 0 0.33 0.24
HSL 63.75º 0.34% 0.64% -
HSV(B) 63.75º 0.33% 0.76% -
XYZ 44.56 51.14 28.64 -
YUV 185.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 190 194 130 0.02 0 0.33 0.24 63.75 0.34 0.64
Hex BE C2 82 2 0 21 18 40 22 40
Octal 276 302 202 2 0 41 30 100 42 100
Binary 10111110 11000010 10000010 10 0 100001 11000 1000000 100010 1000000

Color Harmonies of #BEC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC282

Black with #BEC282

Text Example


Text Example

White with #BEC282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC282; }

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

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

background-color css

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

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

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

border-color css

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

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

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