Html Css Color HEX #BCC486 Pine Glade

📋 copy color: '#BCC486'

red 188 ◦ green 196 ◦ blue 134

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

Shades of Pine Glade #BCC486

Tints of Pine Glade #BCC486

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 36.29%
G = 37.84%
B = 25.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BCC486 (or 0xBCC486) is known color: Pine Glade. HEX triplet: BC, C4 and 86. RGB value is (188,196,134). Sum of RGB (Red+Green+Blue) = 188+196+134=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC486 is #433B79. Grayscale: #BABABA. Windows color (decimal): -4406138 or 8832188. OLE color: 8832188.

HSL color Cylindrical-coordinate representation of color #BCC486: hue angle of 67.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC486 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 134 -
CMYK 0.04 0 0.32 0.23
HSL 67.74º 0.34% 0.65% -
HSV(B) 67.74º 0.32% 0.77% -
XYZ 44.78 51.89 30.21 -
YUV 186.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 188 196 134 0.04 0 0.32 0.23 67.74 0.34 0.65
Hex BC C4 86 4 0 20 17 44 22 41
Octal 274 304 206 4 0 40 27 104 42 101
Binary 10111100 11000100 10000110 100 0 100000 10111 1000100 100010 1000001

Color Harmonies of #BCC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC486

Black with #BCC486

Text Example


Text Example

White with #BCC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC486; }

 p { color: rgb(188,196,134); }

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

background-color css

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

 a { background-color: rgb(188,196,134); }

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

border-color css

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

 span { border-color: rgb(188,196,134); }

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