Html Css Color HEX #BCC39B Green Mist

📋 copy color: '#BCC39B'

red 188 ◦ green 195 ◦ blue 155

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

Shades of Green Mist #BCC39B

Tints of Green Mist #BCC39B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 34.94%
G = 36.25%
B = 28.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BCC39B (or 0xBCC39B) is known color: Green Mist. HEX triplet: BC, C3 and 9B. RGB value is (188,195,155). Sum of RGB (Red+Green+Blue) = 188+195+155=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC39B is #433C64. Grayscale: #BCBCBC. Windows color (decimal): -4406373 or 10208188. OLE color: 10208188.

HSL color Cylindrical-coordinate representation of color #BCC39B: hue angle of 70.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC39B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 155 -
CMYK 0.04 0 0.21 0.24
HSL 70.5º 0.25% 0.69% -
HSV(B) 70.5º 0.21% 0.76% -
XYZ 46.17 52.09 38.63 -
YUV 188.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 188 195 155 0.04 0 0.21 0.24 70.5 0.25 0.69
Hex BC C3 9B 4 0 15 18 46 19 45
Octal 274 303 233 4 0 25 30 106 31 105
Binary 10111100 11000011 10011011 100 0 10101 11000 1000110 11001 1000101

Color Harmonies of #BCC39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC39B

Black with #BCC39B

Text Example


Text Example

White with #BCC39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC39B; }

 p { color: rgb(188,195,155); }

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

background-color css

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

 a { background-color: rgb(188,195,155); }

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

border-color css

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

 span { border-color: rgb(188,195,155); }

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