Html Css Color HEX #BDBE8D Green Mist

📋 copy color: '#BDBE8D'

red 189 ◦ green 190 ◦ blue 141

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

Shades of Green Mist #BDBE8D

Tints of Green Mist #BDBE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 36.35%
G = 36.54%
B = 27.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BDBE8D (or 0xBDBE8D) is known color: Green Mist. HEX triplet: BD, BE and 8D. RGB value is (189,190,141). Sum of RGB (Red+Green+Blue) = 189+190+141=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE8D is #424172. Grayscale: #B8B8B8. Windows color (decimal): -4342131 or 9289405. OLE color: 9289405.

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

Color convert

RGB 189 190 141 -
CMYK 0.01 0 0.26 0.25
HSL 61.22º 0.27% 0.65% -
HSV(B) 61.22º 0.26% 0.75% -
XYZ 44.21 49.57 32.44 -
YUV 184.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 189 190 141 0.01 0 0.26 0.25 61.22 0.27 0.65
Hex BD BE 8D 1 0 1A 19 3D 1B 41
Octal 275 276 215 1 0 32 31 75 33 101
Binary 10111101 10111110 10001101 1 0 11010 11001 111101 11011 1000001

Color Harmonies of #BDBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE8D

Black with #BDBE8D

Text Example


Text Example

White with #BDBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE8D; }

 p { color: rgb(189,190,141); }

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

background-color css

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

 a { background-color: rgb(189,190,141); }

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

border-color css

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

 span { border-color: rgb(189,190,141); }

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