Html Css Color HEX #BCC882 Pine Glade

📋 copy color: '#BCC882'

red 188 ◦ green 200 ◦ blue 130

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

Shades of Pine Glade #BCC882

Tints of Pine Glade #BCC882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 36.29%
G = 38.61%
B = 25.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BCC882 (or 0xBCC882) is known color: Pine Glade. HEX triplet: BC, C8 and 82. RGB value is (188,200,130). Sum of RGB (Red+Green+Blue) = 188+200+130=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC882 is #43377D. Grayscale: #BCBCBC. Windows color (decimal): -4405118 or 8571068. OLE color: 8571068.

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

Color convert

RGB 188 200 130 -
CMYK 0.06 0 0.35 0.22
HSL 70.29º 0.39% 0.65% -
HSV(B) 70.29º 0.35% 0.78% -
XYZ 45.42 53.61 29.07 -
YUV 188.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 188 200 130 0.06 0 0.35 0.22 70.29 0.39 0.65
Hex BC C8 82 6 0 23 16 46 27 41
Octal 274 310 202 6 0 43 26 106 47 101
Binary 10111100 11001000 10000010 110 0 100011 10110 1000110 100111 1000001

Color Harmonies of #BCC882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC882

Black with #BCC882

Text Example


Text Example

White with #BCC882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC882; }

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

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

background-color css

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

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

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

border-color css

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

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

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