Html Css Color HEX #BCC684 Pine Glade

📋 copy color: '#BCC684'

red 188 ◦ green 198 ◦ blue 132

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

Shades of Pine Glade #BCC684

Tints of Pine Glade #BCC684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 36.29%
G = 38.22%
B = 25.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BCC684 (or 0xBCC684) is known color: Pine Glade. HEX triplet: BC, C6 and 84. RGB value is (188,198,132). Sum of RGB (Red+Green+Blue) = 188+198+132=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC684 is #43397B. Grayscale: #BBBBBB. Windows color (decimal): -4405628 or 8701628. OLE color: 8701628.

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

Color convert

RGB 188 198 132 -
CMYK 0.05 0 0.33 0.22
HSL 69.09º 0.37% 0.65% -
HSV(B) 69.09º 0.33% 0.78% -
XYZ 45.1 52.75 29.63 -
YUV 187.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 188 198 132 0.05 0 0.33 0.22 69.09 0.37 0.65
Hex BC C6 84 5 0 21 16 45 25 41
Octal 274 306 204 5 0 41 26 105 45 101
Binary 10111100 11000110 10000100 101 0 100001 10110 1000101 100101 1000001

Color Harmonies of #BCC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC684

Black with #BCC684

Text Example


Text Example

White with #BCC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC684; }

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

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

background-color css

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

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

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

border-color css

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

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

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