Html Css Color HEX #BCC18B Green Mist

📋 copy color: '#BCC18B'

red 188 ◦ green 193 ◦ blue 139

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

Shades of Green Mist #BCC18B

Tints of Green Mist #BCC18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 36.15%
G = 37.12%
B = 26.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#BCC18B (or 0xBCC18B) is known color: Green Mist. HEX triplet: BC, C1 and 8B. RGB value is (188,193,139). Sum of RGB (Red+Green+Blue) = 188+193+139=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC18B is #433E74. Grayscale: #B9B9B9. Windows color (decimal): -4406901 or 9159100. OLE color: 9159100.

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

Color convert

RGB 188 193 139 -
CMYK 0.03 0 0.28 0.24
HSL 65.56º 0.3% 0.65% -
HSV(B) 65.56º 0.28% 0.76% -
XYZ 44.47 50.7 31.87 -
YUV 185.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 188 193 139 0.03 0 0.28 0.24 65.56 0.3 0.65
Hex BC C1 8B 3 0 1C 18 42 1E 41
Octal 274 301 213 3 0 34 30 102 36 101
Binary 10111100 11000001 10001011 11 0 11100 11000 1000010 11110 1000001

Color Harmonies of #BCC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC18B

Black with #BCC18B

Text Example


Text Example

White with #BCC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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