Html Css Color HEX #BCC18C Green Mist

📋 copy color: '#BCC18C'

red 188 ◦ green 193 ◦ blue 140

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

Shades of Green Mist #BCC18C

Tints of Green Mist #BCC18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 36.08%
G = 37.04%
B = 26.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#BCC18C (or 0xBCC18C) is known color: Green Mist. HEX triplet: BC, C1 and 8C. RGB value is (188,193,140). Sum of RGB (Red+Green+Blue) = 188+193+140=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC18C is #433E73. Grayscale: #B9B9B9. Windows color (decimal): -4406900 or 9224636. OLE color: 9224636.

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

Color convert

RGB 188 193 140 -
CMYK 0.03 0 0.27 0.24
HSL 65.66º 0.3% 0.65% -
HSV(B) 65.66º 0.27% 0.76% -
XYZ 44.54 50.72 32.25 -
YUV 185.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 188 193 140 0.03 0 0.27 0.24 65.66 0.3 0.65
Hex BC C1 8C 3 0 1B 18 42 1E 41
Octal 274 301 214 3 0 33 30 102 36 101
Binary 10111100 11000001 10001100 11 0 11011 11000 1000010 11110 1000001

Color Harmonies of #BCC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC18C

Black with #BCC18C

Text Example


Text Example

White with #BCC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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