Html Css Color HEX #BDC991 Green Mist

📋 copy color: '#BDC991'

red 189 ◦ green 201 ◦ blue 145

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

Shades of Green Mist #BDC991

Tints of Green Mist #BDC991

RGB

 RED value IS 189 (74.22% from 255) = 35.33%

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 145 (57.03% from 255) = 27.1%

R = 35.33%
G = 37.57%
B = 27.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BDC991 (or 0xBDC991) is known color: Green Mist. HEX triplet: BD, C9 and 91. RGB value is (189,201,145). Sum of RGB (Red+Green+Blue) = 189+201+145=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC991 is #42366E. Grayscale: #BFBFBF. Windows color (decimal): -4339311 or 9554365. OLE color: 9554365.

HSL color Cylindrical-coordinate representation of color #BDC991: hue angle of 72.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC991 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 145 -
CMYK 0.06 0 0.28 0.21
HSL 72.86º 0.34% 0.68% -
HSV(B) 72.86º 0.28% 0.79% -
XYZ 46.98 54.64 34.86 -
YUV 191.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 189 201 145 0.06 0 0.28 0.21 72.86 0.34 0.68
Hex BD C9 91 6 0 1C 15 49 22 44
Octal 275 311 221 6 0 34 25 111 42 104
Binary 10111101 11001001 10010001 110 0 11100 10101 1001001 100010 1000100

Color Harmonies of #BDC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC991

Black with #BDC991

Text Example


Text Example

White with #BDC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC991; }

 p { color: rgb(189,201,145); }

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

background-color css

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

 a { background-color: rgb(189,201,145); }

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

border-color css

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

 span { border-color: rgb(189,201,145); }

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