Html Css Color HEX #BCC87C Pine Glade

📋 copy color: '#BCC87C'

red 188 ◦ green 200 ◦ blue 124

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

Shades of Pine Glade #BCC87C

Tints of Pine Glade #BCC87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.06%

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 36.72%
G = 39.06%
B = 24.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BCC87C (or 0xBCC87C) is known color: Pine Glade. HEX triplet: BC, C8 and 7C. RGB value is (188,200,124). Sum of RGB (Red+Green+Blue) = 188+200+124=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87C is #433783. Grayscale: #BCBCBC. Windows color (decimal): -4405124 or 8177852. OLE color: 8177852.

HSL color Cylindrical-coordinate representation of color #BCC87C: hue angle of 69.47º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC87C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 124 -
CMYK 0.06 0 0.38 0.22
HSL 69.47º 0.41% 0.64% -
HSV(B) 69.47º 0.38% 0.78% -
XYZ 45.03 53.46 27.01 -
YUV 187.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 188 200 124 0.06 0 0.38 0.22 69.47 0.41 0.64
Hex BC C8 7C 6 0 26 16 45 29 40
Octal 274 310 174 6 0 46 26 105 51 100
Binary 10111100 11001000 1111100 110 0 100110 10110 1000101 101001 1000000

Color Harmonies of #BCC87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC87C

Black with #BCC87C

Text Example


Text Example

White with #BCC87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC87C; }

 p { color: rgb(188,200,124); }

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

background-color css

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

 a { background-color: rgb(188,200,124); }

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

border-color css

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

 span { border-color: rgb(188,200,124); }

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