Html Css Color HEX #BCC880 Pine Glade

📋 copy color: '#BCC880'

red 188 ◦ green 200 ◦ blue 128

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

Shades of Pine Glade #BCC880

Tints of Pine Glade #BCC880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.81%

R = 36.43%
G = 38.76%
B = 24.81%

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

#BCC880 (or 0xBCC880) is known color: Pine Glade. HEX triplet: BC, C8 and 80. RGB value is (188,200,128). Sum of RGB (Red+Green+Blue) = 188+200+128=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC880 is #43377F. Grayscale: #BCBCBC. Windows color (decimal): -4405120 or 8439996. OLE color: 8439996.

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

Color convert

RGB 188 200 128 -
CMYK 0.06 0 0.36 0.22
HSL 70º 0.4% 0.64% -
HSV(B) 70º 0.36% 0.78% -
XYZ 45.29 53.56 28.37 -
YUV 188.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 188 200 128 0.06 0 0.36 0.22 70 0.4 0.64
Hex BC C8 80 6 0 24 16 46 28 40
Octal 274 310 200 6 0 44 26 106 50 100
Binary 10111100 11001000 10000000 110 0 100100 10110 1000110 101000 1000000

Color Harmonies of #BCC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC880

Black with #BCC880

Text Example


Text Example

White with #BCC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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