Html Css Color HEX #BCC28C Green Mist

📋 copy color: '#BCC28C'

red 188 ◦ green 194 ◦ blue 140

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

Shades of Green Mist #BCC28C

Tints of Green Mist #BCC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 36.02%
G = 37.16%
B = 26.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#BCC28C (or 0xBCC28C) is known color: Green Mist. HEX triplet: BC, C2 and 8C. RGB value is (188,194,140). Sum of RGB (Red+Green+Blue) = 188+194+140=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC28C is #433D73. Grayscale: #BABABA. Windows color (decimal): -4406644 or 9224892. OLE color: 9224892.

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

Color convert

RGB 188 194 140 -
CMYK 0.03 0 0.28 0.24
HSL 66.67º 0.31% 0.65% -
HSV(B) 66.67º 0.28% 0.76% -
XYZ 44.76 51.17 32.33 -
YUV 186.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 188 194 140 0.03 0 0.28 0.24 66.67 0.31 0.65
Hex BC C2 8C 3 0 1C 18 43 1F 41
Octal 274 302 214 3 0 34 30 103 37 101
Binary 10111100 11000010 10001100 11 0 11100 11000 1000011 11111 1000001

Color Harmonies of #BCC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC28C

Black with #BCC28C

Text Example


Text Example

White with #BCC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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