Html Css Color HEX #BCC877 Pine Glade

📋 copy color: '#BCC877'

red 188 ◦ green 200 ◦ blue 119

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

Shades of Pine Glade #BCC877

Tints of Pine Glade #BCC877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 37.08%
G = 39.45%
B = 23.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BCC877 (or 0xBCC877) is known color: Pine Glade. HEX triplet: BC, C8 and 77. RGB value is (188,200,119). Sum of RGB (Red+Green+Blue) = 188+200+119=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC877 is #433788. Grayscale: #BBBBBB. Windows color (decimal): -4405129 or 7850172. OLE color: 7850172.

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

Color convert

RGB 188 200 119 -
CMYK 0.06 0 0.40 0.22
HSL 68.89º 0.42% 0.63% -
HSV(B) 68.89º 0.41% 0.78% -
XYZ 44.72 53.33 25.39 -
YUV 187.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 188 200 119 0.06 0 0.40 0.22 68.89 0.42 0.63
Hex BC C8 77 6 0 28 16 45 2A 3F
Octal 274 310 167 6 0 50 26 105 52 77
Binary 10111100 11001000 1110111 110 0 101000 10110 1000101 101010 111111

Color Harmonies of #BCC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC877

Black with #BCC877

Text Example


Text Example

White with #BCC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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