Html Css Color HEX #BCC87F Pine Glade

📋 copy color: '#BCC87F'

red 188 ◦ green 200 ◦ blue 127

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

Shades of Pine Glade #BCC87F

Tints of Pine Glade #BCC87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.66%

R = 36.5%
G = 38.83%
B = 24.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#BCC87F (or 0xBCC87F) is known color: Pine Glade. HEX triplet: BC, C8 and 7F. RGB value is (188,200,127). Sum of RGB (Red+Green+Blue) = 188+200+127=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87F is #433780. Grayscale: #BCBCBC. Windows color (decimal): -4405121 or 8374460. OLE color: 8374460.

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

Color convert

RGB 188 200 127 -
CMYK 0.06 0 0.36 0.22
HSL 69.86º 0.4% 0.64% -
HSV(B) 69.86º 0.37% 0.78% -
XYZ 45.22 53.53 28.03 -
YUV 188.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 188 200 127 0.06 0 0.36 0.22 69.86 0.4 0.64
Hex BC C8 7F 6 0 24 16 46 28 40
Octal 274 310 177 6 0 44 26 106 50 100
Binary 10111100 11001000 1111111 110 0 100100 10110 1000110 101000 1000000

Color Harmonies of #BCC87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC87F

Black with #BCC87F

Text Example


Text Example

White with #BCC87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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