Html Css Color HEX #BDC595 Green Mist

📋 copy color: '#BDC595'

red 189 ◦ green 197 ◦ blue 149

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

Shades of Green Mist #BDC595

Tints of Green Mist #BDC595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

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

R = 35.33%
G = 36.82%
B = 27.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#BDC595 (or 0xBDC595) is known color: Green Mist. HEX triplet: BD, C5 and 95. RGB value is (189,197,149). Sum of RGB (Red+Green+Blue) = 189+197+149=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC595 is #423A6A. Grayscale: #BDBDBD. Windows color (decimal): -4340331 or 9815485. OLE color: 9815485.

HSL color Cylindrical-coordinate representation of color #BDC595: hue angle of 70º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC595 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 149 -
CMYK 0.04 0 0.24 0.23
HSL 70º 0.29% 0.68% -
HSV(B) 70º 0.24% 0.77% -
XYZ 46.38 52.92 36.2 -
YUV 189.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 189 197 149 0.04 0 0.24 0.23 70 0.29 0.68
Hex BD C5 95 4 0 18 17 46 1D 44
Octal 275 305 225 4 0 30 27 106 35 104
Binary 10111101 11000101 10010101 100 0 11000 10111 1000110 11101 1000100

Color Harmonies of #BDC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC595

Black with #BDC595

Text Example


Text Example

White with #BDC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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