Html Css Color HEX #BCC296 Green Mist

📋 copy color: '#BCC296'

red 188 ◦ green 194 ◦ blue 150

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

Shades of Green Mist #BCC296

Tints of Green Mist #BCC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 35.34%
G = 36.47%
B = 28.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BCC296 (or 0xBCC296) is known color: Green Mist. HEX triplet: BC, C2 and 96. RGB value is (188,194,150). Sum of RGB (Red+Green+Blue) = 188+194+150=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC296 is #433D69. Grayscale: #BBBBBB. Windows color (decimal): -4406634 or 9880252. OLE color: 9880252.

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

Color convert

RGB 188 194 150 -
CMYK 0.03 0 0.23 0.24
HSL 68.18º 0.27% 0.67% -
HSV(B) 68.18º 0.23% 0.76% -
XYZ 45.54 51.48 36.39 -
YUV 187.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 188 194 150 0.03 0 0.23 0.24 68.18 0.27 0.67
Hex BC C2 96 3 0 17 18 44 1B 43
Octal 274 302 226 3 0 27 30 104 33 103
Binary 10111100 11000010 10010110 11 0 10111 11000 1000100 11011 1000011

Color Harmonies of #BCC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC296

Black with #BCC296

Text Example


Text Example

White with #BCC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC296; }

 p { color: rgb(188,194,150); }

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

background-color css

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

 a { background-color: rgb(188,194,150); }

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

border-color css

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

 span { border-color: rgb(188,194,150); }

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