Html Css Color HEX #BCBD96 Green Mist

📋 copy color: '#BCBD96'

red 188 ◦ green 189 ◦ blue 150

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

Shades of Green Mist #BCBD96

Tints of Green Mist #BCBD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 35.67%
G = 35.86%
B = 28.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCBD96 (or 0xBCBD96) is known color: Green Mist. HEX triplet: BC, BD and 96. RGB value is (188,189,150). Sum of RGB (Red+Green+Blue) = 188+189+150=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD96 is #434269. Grayscale: #B8B8B8. Windows color (decimal): -4407914 or 9878972. OLE color: 9878972.

HSL color Cylindrical-coordinate representation of color #BCBD96: hue angle of 61.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBD96 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 150 -
CMYK 0.01 0 0.21 0.26
HSL 61.54º 0.23% 0.66% -
HSV(B) 61.54º 0.21% 0.74% -
XYZ 44.44 49.29 36.03 -
YUV 184.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 188 189 150 0.01 0 0.21 0.26 61.54 0.23 0.66
Hex BC BD 96 1 0 15 1A 3E 17 42
Octal 274 275 226 1 0 25 32 76 27 102
Binary 10111100 10111101 10010110 1 0 10101 11010 111110 10111 1000010

Color Harmonies of #BCBD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD96

Black with #BCBD96

Text Example


Text Example

White with #BCBD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD96; }

 p { color: rgb(188,189,150); }

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

background-color css

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

 a { background-color: rgb(188,189,150); }

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

border-color css

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

 span { border-color: rgb(188,189,150); }

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