Html Css Color HEX #BCC19A Green Mist

📋 copy color: '#BCC19A'

red 188 ◦ green 193 ◦ blue 154

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

Shades of Green Mist #BCC19A

Tints of Green Mist #BCC19A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 35.14%
G = 36.07%
B = 28.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BCC19A (or 0xBCC19A) is known color: Green Mist. HEX triplet: BC, C1 and 9A. RGB value is (188,193,154). Sum of RGB (Red+Green+Blue) = 188+193+154=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19A is #433E65. Grayscale: #BBBBBB. Windows color (decimal): -4406886 or 10142140. OLE color: 10142140.

HSL color Cylindrical-coordinate representation of color #BCC19A: hue angle of 67.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC19A is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 154 -
CMYK 0.03 0 0.20 0.24
HSL 67.69º 0.24% 0.68% -
HSV(B) 67.69º 0.2% 0.76% -
XYZ 45.64 51.16 38.04 -
YUV 187.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 188 193 154 0.03 0 0.20 0.24 67.69 0.24 0.68
Hex BC C1 9A 3 0 14 18 44 18 44
Octal 274 301 232 3 0 24 30 104 30 104
Binary 10111100 11000001 10011010 11 0 10100 11000 1000100 11000 1000100

Color Harmonies of #BCC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC19A

Black with #BCC19A

Text Example


Text Example

White with #BCC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC19A; }

 p { color: rgb(188,193,154); }

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

background-color css

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

 a { background-color: rgb(188,193,154); }

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

border-color css

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

 span { border-color: rgb(188,193,154); }

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