Html Css Color HEX #BCC688 Pine Glade

📋 copy color: '#BCC688'

red 188 ◦ green 198 ◦ blue 136

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

Shades of Pine Glade #BCC688

Tints of Pine Glade #BCC688

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

 BLUE value IS 136 (53.52% from 255) = 26.05%

R = 36.02%
G = 37.93%
B = 26.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BCC688 (or 0xBCC688) is known color: Pine Glade. HEX triplet: BC, C6 and 88. RGB value is (188,198,136). Sum of RGB (Red+Green+Blue) = 188+198+136=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC688 is #433977. Grayscale: #BCBCBC. Windows color (decimal): -4405624 or 8963772. OLE color: 8963772.

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

Color convert

RGB 188 198 136 -
CMYK 0.05 0 0.31 0.22
HSL 69.68º 0.35% 0.65% -
HSV(B) 69.68º 0.31% 0.78% -
XYZ 45.38 52.86 31.1 -
YUV 187.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 188 198 136 0.05 0 0.31 0.22 69.68 0.35 0.65
Hex BC C6 88 5 0 1F 16 46 23 41
Octal 274 306 210 5 0 37 26 106 43 101
Binary 10111100 11000110 10001000 101 0 11111 10110 1000110 100011 1000001

Color Harmonies of #BCC688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC688

Black with #BCC688

Text Example


Text Example

White with #BCC688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC688; }

 p { color: rgb(188,198,136); }

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

background-color css

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

 a { background-color: rgb(188,198,136); }

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

border-color css

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

 span { border-color: rgb(188,198,136); }

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