Html Css Color HEX #BCC28B Green Mist

📋 copy color: '#BCC28B'

red 188 ◦ green 194 ◦ blue 139

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

Shades of Green Mist #BCC28B

Tints of Green Mist #BCC28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.68%

R = 36.08%
G = 37.24%
B = 26.68%

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

#BCC28B (or 0xBCC28B) is known color: Green Mist. HEX triplet: BC, C2 and 8B. RGB value is (188,194,139). Sum of RGB (Red+Green+Blue) = 188+194+139=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC28B is #433D74. Grayscale: #BABABA. Windows color (decimal): -4406645 or 9159356. OLE color: 9159356.

HSL color Cylindrical-coordinate representation of color #BCC28B: hue angle of 66.55º 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 #BCC28B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 139 -
CMYK 0.03 0 0.28 0.24
HSL 66.55º 0.31% 0.65% -
HSV(B) 66.55º 0.28% 0.76% -
XYZ 44.69 51.14 31.94 -
YUV 185.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 188 194 139 0.03 0 0.28 0.24 66.55 0.31 0.65
Hex BC C2 8B 3 0 1C 18 43 1F 41
Octal 274 302 213 3 0 34 30 103 37 101
Binary 10111100 11000010 10001011 11 0 11100 11000 1000011 11111 1000001

Color Harmonies of #BCC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC28B

Black with #BCC28B

Text Example


Text Example

White with #BCC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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