Html Css Color HEX #BCC187 Pine Glade

📋 copy color: '#BCC187'

red 188 ◦ green 193 ◦ blue 135

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

Shades of Pine Glade #BCC187

Tints of Pine Glade #BCC187

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

 BLUE value IS 135 (53.13% from 255) = 26.16%

R = 36.43%
G = 37.4%
B = 26.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BCC187 (or 0xBCC187) is known color: Pine Glade. HEX triplet: BC, C1 and 87. RGB value is (188,193,135). Sum of RGB (Red+Green+Blue) = 188+193+135=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC187 is #433E78. Grayscale: #B9B9B9. Windows color (decimal): -4406905 or 8896956. OLE color: 8896956.

HSL color Cylindrical-coordinate representation of color #BCC187: hue angle of 65.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC187 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 135 -
CMYK 0.03 0 0.30 0.24
HSL 65.17º 0.32% 0.64% -
HSV(B) 65.17º 0.3% 0.76% -
XYZ 44.18 50.58 30.36 -
YUV 184.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 188 193 135 0.03 0 0.30 0.24 65.17 0.32 0.64
Hex BC C1 87 3 0 1E 18 41 20 40
Octal 274 301 207 3 0 36 30 101 40 100
Binary 10111100 11000001 10000111 11 0 11110 11000 1000001 100000 1000000

Color Harmonies of #BCC187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC187

Black with #BCC187

Text Example


Text Example

White with #BCC187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC187; }

 p { color: rgb(188,193,135); }

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

background-color css

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

 a { background-color: rgb(188,193,135); }

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

border-color css

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

 span { border-color: rgb(188,193,135); }

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