Html Css Color HEX #BDCA8A Green Mist

📋 copy color: '#BDCA8A'

red 189 ◦ green 202 ◦ blue 138

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

Shades of Green Mist #BDCA8A

Tints of Green Mist #BDCA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.09%

R = 35.73%
G = 38.19%
B = 26.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BDCA8A (or 0xBDCA8A) is known color: Green Mist. HEX triplet: BD, CA and 8A. RGB value is (189,202,138). Sum of RGB (Red+Green+Blue) = 189+202+138=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA8A is #423575. Grayscale: #BFBFBF. Windows color (decimal): -4339062 or 9095869. OLE color: 9095869.

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

Color convert

RGB 189 202 138 -
CMYK 0.06 0 0.32 0.21
HSL 72.19º 0.38% 0.67% -
HSV(B) 72.19º 0.32% 0.79% -
XYZ 46.69 54.89 32.18 -
YUV 190.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 189 202 138 0.06 0 0.32 0.21 72.19 0.38 0.67
Hex BD CA 8A 6 0 20 15 48 26 43
Octal 275 312 212 6 0 40 25 110 46 103
Binary 10111101 11001010 10001010 110 0 100000 10101 1001000 100110 1000011

Color Harmonies of #BDCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA8A

Black with #BDCA8A

Text Example


Text Example

White with #BDCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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