Html Css Color HEX #BEC684 Pine Glade

📋 copy color: '#BEC684'

red 190 ◦ green 198 ◦ blue 132

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

Shades of Pine Glade #BEC684

Tints of Pine Glade #BEC684

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 36.54%
G = 38.08%
B = 25.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BEC684 (or 0xBEC684) is known color: Pine Glade. HEX triplet: BE, C6 and 84. RGB value is (190,198,132). Sum of RGB (Red+Green+Blue) = 190+198+132=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC684 is #41397B. Grayscale: #BCBCBC. Windows color (decimal): -4274556 or 8701630. OLE color: 8701630.

HSL color Cylindrical-coordinate representation of color #BEC684: hue angle of 67.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC684 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 132 -
CMYK 0.04 0 0.33 0.22
HSL 67.27º 0.37% 0.65% -
HSV(B) 67.27º 0.33% 0.78% -
XYZ 45.59 53 29.66 -
YUV 188.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 190 198 132 0.04 0 0.33 0.22 67.27 0.37 0.65
Hex BE C6 84 4 0 21 16 43 25 41
Octal 276 306 204 4 0 41 26 103 45 101
Binary 10111110 11000110 10000100 100 0 100001 10110 1000011 100101 1000001

Color Harmonies of #BEC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC684

Black with #BEC684

Text Example


Text Example

White with #BEC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC684; }

 p { color: rgb(190,198,132); }

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

background-color css

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

 a { background-color: rgb(190,198,132); }

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

border-color css

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

 span { border-color: rgb(190,198,132); }

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