Html Css Color HEX #BCBD90 Green Mist

📋 copy color: '#BCBD90'

red 188 ◦ green 189 ◦ blue 144

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

Shades of Green Mist #BCBD90

Tints of Green Mist #BCBD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 36.08%
G = 36.28%
B = 27.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCBD90 (or 0xBCBD90) is known color: Green Mist. HEX triplet: BC, BD and 90. RGB value is (188,189,144). Sum of RGB (Red+Green+Blue) = 188+189+144=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD90 is #43426F. Grayscale: #B7B7B7. Windows color (decimal): -4407920 or 9485756. OLE color: 9485756.

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

Color convert

RGB 188 189 144 -
CMYK 0.01 0 0.24 0.26
HSL 61.33º 0.25% 0.65% -
HSV(B) 61.33º 0.24% 0.74% -
XYZ 43.97 49.1 33.55 -
YUV 183.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 188 189 144 0.01 0 0.24 0.26 61.33 0.25 0.65
Hex BC BD 90 1 0 18 1A 3D 19 41
Octal 274 275 220 1 0 30 32 75 31 101
Binary 10111100 10111101 10010000 1 0 11000 11010 111101 11001 1000001

Color Harmonies of #BCBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD90

Black with #BCBD90

Text Example


Text Example

White with #BCBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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