Html Css Color HEX #BCC87E Pine Glade

📋 copy color: '#BCC87E'

red 188 ◦ green 200 ◦ blue 126

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

Shades of Pine Glade #BCC87E

Tints of Pine Glade #BCC87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 36.58%
G = 38.91%
B = 24.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BCC87E (or 0xBCC87E) is known color: Pine Glade. HEX triplet: BC, C8 and 7E. RGB value is (188,200,126). Sum of RGB (Red+Green+Blue) = 188+200+126=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87E is #433781. Grayscale: #BCBCBC. Windows color (decimal): -4405122 or 8308924. OLE color: 8308924.

HSL color Cylindrical-coordinate representation of color #BCC87E: hue angle of 69.73º 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 #BCC87E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 126 -
CMYK 0.06 0 0.37 0.22
HSL 69.73º 0.4% 0.64% -
HSV(B) 69.73º 0.37% 0.78% -
XYZ 45.16 53.51 27.69 -
YUV 187.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 188 200 126 0.06 0 0.37 0.22 69.73 0.4 0.64
Hex BC C8 7E 6 0 25 16 46 28 40
Octal 274 310 176 6 0 45 26 106 50 100
Binary 10111100 11001000 1111110 110 0 100101 10110 1000110 101000 1000000

Color Harmonies of #BCC87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC87E

Black with #BCC87E

Text Example


Text Example

White with #BCC87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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