Html Css Color HEX #BDCA8D Green Mist

📋 copy color: '#BDCA8D'

red 189 ◦ green 202 ◦ blue 141

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

Shades of Green Mist #BDCA8D

Tints of Green Mist #BDCA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

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

R = 35.53%
G = 37.97%
B = 26.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#BDCA8D (or 0xBDCA8D) is known color: Green Mist. HEX triplet: BD, CA and 8D. RGB value is (189,202,141). Sum of RGB (Red+Green+Blue) = 189+202+141=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA8D is #423572. Grayscale: #BFBFBF. Windows color (decimal): -4339059 or 9292477. OLE color: 9292477.

HSL color Cylindrical-coordinate representation of color #BDCA8D: hue angle of 72.79º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCA8D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 141 -
CMYK 0.06 0 0.30 0.21
HSL 72.79º 0.37% 0.67% -
HSV(B) 72.79º 0.3% 0.79% -
XYZ 46.91 54.98 33.34 -
YUV 191.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 189 202 141 0.06 0 0.30 0.21 72.79 0.37 0.67
Hex BD CA 8D 6 0 1E 15 49 25 43
Octal 275 312 215 6 0 36 25 111 45 103
Binary 10111101 11001010 10001101 110 0 11110 10101 1001001 100101 1000011

Color Harmonies of #BDCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA8D

Black with #BDCA8D

Text Example


Text Example

White with #BDCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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