Html Css Color HEX #BCC48B Green Mist

📋 copy color: '#BCC48B'

red 188 ◦ green 196 ◦ blue 139

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

Shades of Green Mist #BCC48B

Tints of Green Mist #BCC48B

RGB

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

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

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

R = 35.95%
G = 37.48%
B = 26.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#BCC48B (or 0xBCC48B) is known color: Green Mist. HEX triplet: BC, C4 and 8B. RGB value is (188,196,139). Sum of RGB (Red+Green+Blue) = 188+196+139=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC48B is #433B74. Grayscale: #BBBBBB. Windows color (decimal): -4406133 or 9159868. OLE color: 9159868.

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

Color convert

RGB 188 196 139 -
CMYK 0.04 0 0.29 0.23
HSL 68.42º 0.33% 0.66% -
HSV(B) 68.42º 0.29% 0.77% -
XYZ 45.14 52.04 32.09 -
YUV 187.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 188 196 139 0.04 0 0.29 0.23 68.42 0.33 0.66
Hex BC C4 8B 4 0 1D 17 44 21 42
Octal 274 304 213 4 0 35 27 104 41 102
Binary 10111100 11000100 10001011 100 0 11101 10111 1000100 100001 1000010

Color Harmonies of #BCC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC48B

Black with #BCC48B

Text Example


Text Example

White with #BCC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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