Html Css Color HEX #BEC982 Pine Glade

📋 copy color: '#BEC982'

red 190 ◦ green 201 ◦ blue 130

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

Shades of Pine Glade #BEC982

Tints of Pine Glade #BEC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

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

R = 36.47%
G = 38.58%
B = 24.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BEC982 (or 0xBEC982) is known color: Pine Glade. HEX triplet: BE, C9 and 82. RGB value is (190,201,130). Sum of RGB (Red+Green+Blue) = 190+201+130=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC982 is #41367D. Grayscale: #BDBDBD. Windows color (decimal): -4273790 or 8571326. OLE color: 8571326.

HSL color Cylindrical-coordinate representation of color #BEC982: hue angle of 69.3º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEC982 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 130 -
CMYK 0.05 0 0.35 0.21
HSL 69.3º 0.4% 0.65% -
HSV(B) 69.3º 0.35% 0.79% -
XYZ 46.15 54.33 29.17 -
YUV 189.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 190 201 130 0.05 0 0.35 0.21 69.3 0.4 0.65
Hex BE C9 82 5 0 23 15 45 28 41
Octal 276 311 202 5 0 43 25 105 50 101
Binary 10111110 11001001 10000010 101 0 100011 10101 1000101 101000 1000001

Color Harmonies of #BEC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC982

Black with #BEC982

Text Example


Text Example

White with #BEC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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