Html Css Color HEX #BDC29B Green Mist

📋 copy color: '#BDC29B'

red 189 ◦ green 194 ◦ blue 155

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

Shades of Green Mist #BDC29B

Tints of Green Mist #BDC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 35.13%
G = 36.06%
B = 28.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BDC29B (or 0xBDC29B) is known color: Green Mist. HEX triplet: BD, C2 and 9B. RGB value is (189,194,155). Sum of RGB (Red+Green+Blue) = 189+194+155=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC29B is #423D64. Grayscale: #BCBCBC. Windows color (decimal): -4341093 or 10207933. OLE color: 10207933.

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

Color convert

RGB 189 194 155 -
CMYK 0.03 0 0.20 0.24
HSL 67.69º 0.24% 0.68% -
HSV(B) 67.69º 0.2% 0.76% -
XYZ 46.19 51.77 38.57 -
YUV 188.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 189 194 155 0.03 0 0.20 0.24 67.69 0.24 0.68
Hex BD C2 9B 3 0 14 18 44 18 44
Octal 275 302 233 3 0 24 30 104 30 104
Binary 10111101 11000010 10011011 11 0 10100 11000 1000100 11000 1000100

Color Harmonies of #BDC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC29B

Black with #BDC29B

Text Example


Text Example

White with #BDC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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