Html Css Color HEX #BCC291 Green Mist

📋 copy color: '#BCC291'

red 188 ◦ green 194 ◦ blue 145

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

Shades of Green Mist #BCC291

Tints of Green Mist #BCC291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.51%

R = 35.67%
G = 36.81%
B = 27.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BCC291 (or 0xBCC291) is known color: Green Mist. HEX triplet: BC, C2 and 91. RGB value is (188,194,145). Sum of RGB (Red+Green+Blue) = 188+194+145=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC291 is #433D6E. Grayscale: #BABABA. Windows color (decimal): -4406639 or 9552572. OLE color: 9552572.

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

Color convert

RGB 188 194 145 -
CMYK 0.03 0 0.25 0.24
HSL 67.35º 0.29% 0.66% -
HSV(B) 67.35º 0.25% 0.76% -
XYZ 45.14 51.32 34.31 -
YUV 186.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 188 194 145 0.03 0 0.25 0.24 67.35 0.29 0.66
Hex BC C2 91 3 0 19 18 43 1D 42
Octal 274 302 221 3 0 31 30 103 35 102
Binary 10111100 11000010 10010001 11 0 11001 11000 1000011 11101 1000010

Color Harmonies of #BCC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC291

Black with #BCC291

Text Example


Text Example

White with #BCC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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