Html Css Color HEX #BDC295 Green Mist

📋 copy color: '#BDC295'

red 189 ◦ green 194 ◦ blue 149

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

Shades of Green Mist #BDC295

Tints of Green Mist #BDC295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.01%

R = 35.53%
G = 36.47%
B = 28.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BDC295 (or 0xBDC295) is known color: Green Mist. HEX triplet: BD, C2 and 95. RGB value is (189,194,149). Sum of RGB (Red+Green+Blue) = 189+194+149=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC295 is #423D6A. Grayscale: #BBBBBB. Windows color (decimal): -4341099 or 9814717. OLE color: 9814717.

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

Color convert

RGB 189 194 149 -
CMYK 0.03 0 0.23 0.24
HSL 66.67º 0.27% 0.67% -
HSV(B) 66.67º 0.23% 0.76% -
XYZ 45.7 51.57 35.98 -
YUV 187.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 189 194 149 0.03 0 0.23 0.24 66.67 0.27 0.67
Hex BD C2 95 3 0 17 18 43 1B 43
Octal 275 302 225 3 0 27 30 103 33 103
Binary 10111101 11000010 10010101 11 0 10111 11000 1000011 11011 1000011

Color Harmonies of #BDC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC295

Black with #BDC295

Text Example


Text Example

White with #BDC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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