Html Css Color HEX #BCC49B Green Mist

📋 copy color: '#BCC49B'

red 188 ◦ green 196 ◦ blue 155

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

Shades of Green Mist #BCC49B

Tints of Green Mist #BCC49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 34.88%
G = 36.36%
B = 28.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BCC49B (or 0xBCC49B) is known color: Green Mist. HEX triplet: BC, C4 and 9B. RGB value is (188,196,155). Sum of RGB (Red+Green+Blue) = 188+196+155=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49B is #433B64. Grayscale: #BDBDBD. Windows color (decimal): -4406117 or 10208444. OLE color: 10208444.

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

Color convert

RGB 188 196 155 -
CMYK 0.04 0 0.21 0.23
HSL 71.71º 0.26% 0.69% -
HSV(B) 71.71º 0.21% 0.77% -
XYZ 46.4 52.54 38.71 -
YUV 188.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 188 196 155 0.04 0 0.21 0.23 71.71 0.26 0.69
Hex BC C4 9B 4 0 15 17 48 1A 45
Octal 274 304 233 4 0 25 27 110 32 105
Binary 10111100 11000100 10011011 100 0 10101 10111 1001000 11010 1000101

Color Harmonies of #BCC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC49B

Black with #BCC49B

Text Example


Text Example

White with #BCC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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