Html Css Color HEX #BCC594 Green Mist

📋 copy color: '#BCC594'

red 188 ◦ green 197 ◦ blue 148

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

Shades of Green Mist #BCC594

Tints of Green Mist #BCC594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 35.27%
G = 36.96%
B = 27.77%

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

#BCC594 (or 0xBCC594) is known color: Green Mist. HEX triplet: BC, C5 and 94. RGB value is (188,197,148). Sum of RGB (Red+Green+Blue) = 188+197+148=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC594 is #433A6B. Grayscale: #BCBCBC. Windows color (decimal): -4405868 or 9749948. OLE color: 9749948.

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

Color convert

RGB 188 197 148 -
CMYK 0.05 0 0.25 0.23
HSL 71.02º 0.3% 0.68% -
HSV(B) 71.02º 0.25% 0.77% -
XYZ 46.05 52.76 35.77 -
YUV 188.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 188 197 148 0.05 0 0.25 0.23 71.02 0.3 0.68
Hex BC C5 94 5 0 19 17 47 1E 44
Octal 274 305 224 5 0 31 27 107 36 104
Binary 10111100 11000101 10010100 101 0 11001 10111 1000111 11110 1000100

Color Harmonies of #BCC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC594

Black with #BCC594

Text Example


Text Example

White with #BCC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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