Html Css Color HEX #BCC095 Green Mist

📋 copy color: '#BCC095'

red 188 ◦ green 192 ◦ blue 149

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

Shades of Green Mist #BCC095

Tints of Green Mist #BCC095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 35.54%
G = 36.29%
B = 28.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BCC095 (or 0xBCC095) is known color: Green Mist. HEX triplet: BC, C0 and 95. RGB value is (188,192,149). Sum of RGB (Red+Green+Blue) = 188+192+149=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC095 is #433F6A. Grayscale: #BABABA. Windows color (decimal): -4407147 or 9814204. OLE color: 9814204.

HSL color Cylindrical-coordinate representation of color #BCC095: hue angle of 65.58º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC095 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 149 -
CMYK 0.02 0 0.22 0.25
HSL 65.58º 0.25% 0.67% -
HSV(B) 65.58º 0.22% 0.75% -
XYZ 45.01 50.56 35.82 -
YUV 185.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 188 192 149 0.02 0 0.22 0.25 65.58 0.25 0.67
Hex BC C0 95 2 0 16 19 42 19 43
Octal 274 300 225 2 0 26 31 102 31 103
Binary 10111100 11000000 10010101 10 0 10110 11001 1000010 11001 1000011

Color Harmonies of #BCC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC095

Black with #BCC095

Text Example


Text Example

White with #BCC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC095; }

 p { color: rgb(188,192,149); }

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

background-color css

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

 a { background-color: rgb(188,192,149); }

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

border-color css

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

 span { border-color: rgb(188,192,149); }

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