Html Css Color HEX #BCC986 Pine Glade

📋 copy color: '#BCC986'

red 188 ◦ green 201 ◦ blue 134

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

Shades of Pine Glade #BCC986

Tints of Pine Glade #BCC986

RGB

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

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

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

R = 35.95%
G = 38.43%
B = 25.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BCC986 (or 0xBCC986) is known color: Pine Glade. HEX triplet: BC, C9 and 86. RGB value is (188,201,134). Sum of RGB (Red+Green+Blue) = 188+201+134=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC986 is #433679. Grayscale: #BDBDBD. Windows color (decimal): -4404858 or 8833468. OLE color: 8833468.

HSL color Cylindrical-coordinate representation of color #BCC986: hue angle of 71.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCC986 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 134 -
CMYK 0.06 0 0.33 0.21
HSL 71.64º 0.38% 0.66% -
HSV(B) 71.64º 0.33% 0.79% -
XYZ 45.93 54.19 30.59 -
YUV 189.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 188 201 134 0.06 0 0.33 0.21 71.64 0.38 0.66
Hex BC C9 86 6 0 21 15 48 26 42
Octal 274 311 206 6 0 41 25 110 46 102
Binary 10111100 11001001 10000110 110 0 100001 10101 1001000 100110 1000010

Color Harmonies of #BCC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC986

Black with #BCC986

Text Example


Text Example

White with #BCC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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