Html Css Color HEX #BCC094 Green Mist

📋 copy color: '#BCC094'

red 188 ◦ green 192 ◦ blue 148

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

Shades of Green Mist #BCC094

Tints of Green Mist #BCC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 35.61%
G = 36.36%
B = 28.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BCC094 (or 0xBCC094) is known color: Green Mist. HEX triplet: BC, C0 and 94. RGB value is (188,192,148). Sum of RGB (Red+Green+Blue) = 188+192+148=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC094 is #433F6B. Grayscale: #B9B9B9. Windows color (decimal): -4407148 or 9748668. OLE color: 9748668.

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

Color convert

RGB 188 192 148 -
CMYK 0.02 0 0.23 0.25
HSL 65.45º 0.26% 0.67% -
HSV(B) 65.45º 0.23% 0.75% -
XYZ 44.93 50.53 35.4 -
YUV 185.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 188 192 148 0.02 0 0.23 0.25 65.45 0.26 0.67
Hex BC C0 94 2 0 17 19 41 1A 43
Octal 274 300 224 2 0 27 31 101 32 103
Binary 10111100 11000000 10010100 10 0 10111 11001 1000001 11010 1000011

Color Harmonies of #BCC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC094

Black with #BCC094

Text Example


Text Example

White with #BCC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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