Html Css Color HEX #BCC593 Green Mist

📋 copy color: '#BCC593'

red 188 ◦ green 197 ◦ blue 147

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

Shades of Green Mist #BCC593

Tints of Green Mist #BCC593

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 35.34%
G = 37.03%
B = 27.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#BCC593 (or 0xBCC593) is known color: Green Mist. HEX triplet: BC, C5 and 93. RGB value is (188,197,147). Sum of RGB (Red+Green+Blue) = 188+197+147=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC593 is #433A6C. Grayscale: #BCBCBC. Windows color (decimal): -4405869 or 9684412. OLE color: 9684412.

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

Color convert

RGB 188 197 147 -
CMYK 0.05 0 0.25 0.23
HSL 70.8º 0.3% 0.67% -
HSV(B) 70.8º 0.25% 0.77% -
XYZ 45.97 52.73 35.36 -
YUV 188.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 188 197 147 0.05 0 0.25 0.23 70.8 0.3 0.67
Hex BC C5 93 5 0 19 17 47 1E 43
Octal 274 305 223 5 0 31 27 107 36 103
Binary 10111100 11000101 10010011 101 0 11001 10111 1000111 11110 1000011

Color Harmonies of #BCC593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC593

Black with #BCC593

Text Example


Text Example

White with #BCC593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC593; }

 p { color: rgb(188,197,147); }

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

background-color css

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

 a { background-color: rgb(188,197,147); }

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

border-color css

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

 span { border-color: rgb(188,197,147); }

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