Html Css Color HEX #BCC495 Green Mist

📋 copy color: '#BCC495'

red 188 ◦ green 196 ◦ blue 149

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

Shades of Green Mist #BCC495

Tints of Green Mist #BCC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 35.27%
G = 36.77%
B = 27.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#BCC495 (or 0xBCC495) is known color: Green Mist. HEX triplet: BC, C4 and 95. RGB value is (188,196,149). Sum of RGB (Red+Green+Blue) = 188+196+149=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC495 is #433B6A. Grayscale: #BCBCBC. Windows color (decimal): -4406123 or 9815228. OLE color: 9815228.

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

Color convert

RGB 188 196 149 -
CMYK 0.04 0 0.24 0.23
HSL 70.21º 0.28% 0.68% -
HSV(B) 70.21º 0.24% 0.77% -
XYZ 45.9 52.34 36.12 -
YUV 188.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 188 196 149 0.04 0 0.24 0.23 70.21 0.28 0.68
Hex BC C4 95 4 0 18 17 46 1C 44
Octal 274 304 225 4 0 30 27 106 34 104
Binary 10111100 11000100 10010101 100 0 11000 10111 1000110 11100 1000100

Color Harmonies of #BCC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC495

Black with #BCC495

Text Example


Text Example

White with #BCC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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