Html Css Color HEX #BDC29A Green Mist

📋 copy color: '#BDC29A'

red 189 ◦ green 194 ◦ blue 154

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

Shades of Green Mist #BDC29A

Tints of Green Mist #BDC29A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 35.2%
G = 36.13%
B = 28.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BDC29A (or 0xBDC29A) is known color: Green Mist. HEX triplet: BD, C2 and 9A. RGB value is (189,194,154). Sum of RGB (Red+Green+Blue) = 189+194+154=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC29A is #423D65. Grayscale: #BCBCBC. Windows color (decimal): -4341094 or 10142397. OLE color: 10142397.

HSL color Cylindrical-coordinate representation of color #BDC29A: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC29A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 154 -
CMYK 0.03 0 0.21 0.24
HSL 67.5º 0.25% 0.68% -
HSV(B) 67.5º 0.21% 0.76% -
XYZ 46.11 51.74 38.13 -
YUV 187.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 189 194 154 0.03 0 0.21 0.24 67.5 0.25 0.68
Hex BD C2 9A 3 0 15 18 44 19 44
Octal 275 302 232 3 0 25 30 104 31 104
Binary 10111101 11000010 10011010 11 0 10101 11000 1000100 11001 1000100

Color Harmonies of #BDC29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC29A

Black with #BDC29A

Text Example


Text Example

White with #BDC29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC29A; }

 p { color: rgb(189,194,154); }

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

background-color css

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

 a { background-color: rgb(189,194,154); }

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

border-color css

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

 span { border-color: rgb(189,194,154); }

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