Html Css Color HEX #BCC59B Green Mist

📋 copy color: '#BCC59B'

red 188 ◦ green 197 ◦ blue 155

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

Shades of Green Mist #BCC59B

Tints of Green Mist #BCC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 34.81%
G = 36.48%
B = 28.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BCC59B (or 0xBCC59B) is known color: Green Mist. HEX triplet: BC, C5 and 9B. RGB value is (188,197,155). Sum of RGB (Red+Green+Blue) = 188+197+155=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC59B is #433A64. Grayscale: #BDBDBD. Windows color (decimal): -4405861 or 10208700. OLE color: 10208700.

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

Color convert

RGB 188 197 155 -
CMYK 0.05 0 0.21 0.23
HSL 72.86º 0.27% 0.69% -
HSV(B) 72.86º 0.21% 0.77% -
XYZ 46.62 52.99 38.78 -
YUV 189.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 188 197 155 0.05 0 0.21 0.23 72.86 0.27 0.69
Hex BC C5 9B 5 0 15 17 49 1B 45
Octal 274 305 233 5 0 25 27 111 33 105
Binary 10111100 11000101 10011011 101 0 10101 10111 1001001 11011 1000101

Color Harmonies of #BCC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC59B

Black with #BCC59B

Text Example


Text Example

White with #BCC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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