Html Css Color HEX #BCC092 Green Mist

📋 copy color: '#BCC092'

red 188 ◦ green 192 ◦ blue 146

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

Shades of Green Mist #BCC092

Tints of Green Mist #BCC092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 35.74%
G = 36.5%
B = 27.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BCC092 (or 0xBCC092) is known color: Green Mist. HEX triplet: BC, C0 and 92. RGB value is (188,192,146). Sum of RGB (Red+Green+Blue) = 188+192+146=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC092 is #433F6D. Grayscale: #B9B9B9. Windows color (decimal): -4407150 or 9617596. OLE color: 9617596.

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

Color convert

RGB 188 192 146 -
CMYK 0.02 0 0.24 0.25
HSL 65.22º 0.27% 0.66% -
HSV(B) 65.22º 0.24% 0.75% -
XYZ 44.78 50.47 34.58 -
YUV 185.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 188 192 146 0.02 0 0.24 0.25 65.22 0.27 0.66
Hex BC C0 92 2 0 18 19 41 1B 42
Octal 274 300 222 2 0 30 31 101 33 102
Binary 10111100 11000000 10010010 10 0 11000 11001 1000001 11011 1000010

Color Harmonies of #BCC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC092

Black with #BCC092

Text Example


Text Example

White with #BCC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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