Html Css Color HEX #BCC49D Green Mist

📋 copy color: '#BCC49D'

red 188 ◦ green 196 ◦ blue 157

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

Shades of Green Mist #BCC49D

Tints of Green Mist #BCC49D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 34.75%
G = 36.23%
B = 29.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#BCC49D (or 0xBCC49D) is known color: Green Mist. HEX triplet: BC, C4 and 9D. RGB value is (188,196,157). Sum of RGB (Red+Green+Blue) = 188+196+157=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49D is #433B62. Grayscale: #BDBDBD. Windows color (decimal): -4406115 or 10339516. OLE color: 10339516.

HSL color Cylindrical-coordinate representation of color #BCC49D: hue angle of 72.31º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC49D is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 157 -
CMYK 0.04 0 0.20 0.23
HSL 72.31º 0.25% 0.69% -
HSV(B) 72.31º 0.2% 0.77% -
XYZ 46.56 52.61 39.6 -
YUV 189.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 188 196 157 0.04 0 0.20 0.23 72.31 0.25 0.69
Hex BC C4 9D 4 0 14 17 48 19 45
Octal 274 304 235 4 0 24 27 110 31 105
Binary 10111100 11000100 10011101 100 0 10100 10111 1001000 11001 1000101

Color Harmonies of #BCC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC49D

Black with #BCC49D

Text Example


Text Example

White with #BCC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC49D; }

 p { color: rgb(188,196,157); }

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

background-color css

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

 a { background-color: rgb(188,196,157); }

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

border-color css

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

 span { border-color: rgb(188,196,157); }

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