Html Css Color HEX #BCC881 Pine Glade

📋 copy color: '#BCC881'

red 188 ◦ green 200 ◦ blue 129

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

Shades of Pine Glade #BCC881

Tints of Pine Glade #BCC881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.95%

R = 36.36%
G = 38.68%
B = 24.95%

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

#BCC881 (or 0xBCC881) is known color: Pine Glade. HEX triplet: BC, C8 and 81. RGB value is (188,200,129). Sum of RGB (Red+Green+Blue) = 188+200+129=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC881 is #43377E. Grayscale: #BCBCBC. Windows color (decimal): -4405119 or 8505532. OLE color: 8505532.

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

Color convert

RGB 188 200 129 -
CMYK 0.06 0 0.36 0.22
HSL 70.14º 0.39% 0.65% -
HSV(B) 70.14º 0.36% 0.78% -
XYZ 45.36 53.58 28.72 -
YUV 188.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 188 200 129 0.06 0 0.36 0.22 70.14 0.39 0.65
Hex BC C8 81 6 0 24 16 46 27 41
Octal 274 310 201 6 0 44 26 106 47 101
Binary 10111100 11001000 10000001 110 0 100100 10110 1000110 100111 1000001

Color Harmonies of #BCC881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC881

Black with #BCC881

Text Example


Text Example

White with #BCC881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC881; }

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

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

background-color css

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

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

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

border-color css

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

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

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