Html Css Color HEX #BCC494 Green Mist

📋 copy color: '#BCC494'

red 188 ◦ green 196 ◦ blue 148

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

Shades of Green Mist #BCC494

Tints of Green Mist #BCC494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 35.34%
G = 36.84%
B = 27.82%

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

#BCC494 (or 0xBCC494) is known color: Green Mist. HEX triplet: BC, C4 and 94. RGB value is (188,196,148). Sum of RGB (Red+Green+Blue) = 188+196+148=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC494 is #433B6B. Grayscale: #BCBCBC. Windows color (decimal): -4406124 or 9749692. OLE color: 9749692.

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

Color convert

RGB 188 196 148 -
CMYK 0.04 0 0.24 0.23
HSL 70º 0.29% 0.67% -
HSV(B) 70º 0.24% 0.77% -
XYZ 45.82 52.31 35.7 -
YUV 188.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 188 196 148 0.04 0 0.24 0.23 70 0.29 0.67
Hex BC C4 94 4 0 18 17 46 1D 43
Octal 274 304 224 4 0 30 27 106 35 103
Binary 10111100 11000100 10010100 100 0 11000 10111 1000110 11101 1000011

Color Harmonies of #BCC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC494

Black with #BCC494

Text Example


Text Example

White with #BCC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC494; }

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

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

background-color css

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

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

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

border-color css

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

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

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