Html Css Color HEX #BDC190 Green Mist

📋 copy color: '#BDC190'

red 189 ◦ green 193 ◦ blue 144

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

Shades of Green Mist #BDC190

Tints of Green Mist #BDC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.69%

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 35.93%
G = 36.69%
B = 27.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BDC190 (or 0xBDC190) is known color: Green Mist. HEX triplet: BD, C1 and 90. RGB value is (189,193,144). Sum of RGB (Red+Green+Blue) = 189+193+144=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC190 is #423E6F. Grayscale: #BABABA. Windows color (decimal): -4341360 or 9486781. OLE color: 9486781.

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

Color convert

RGB 189 193 144 -
CMYK 0.02 0 0.25 0.24
HSL 64.9º 0.28% 0.66% -
HSV(B) 64.9º 0.25% 0.76% -
XYZ 45.09 50.97 33.85 -
YUV 186.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 189 193 144 0.02 0 0.25 0.24 64.9 0.28 0.66
Hex BD C1 90 2 0 19 18 41 1C 42
Octal 275 301 220 2 0 31 30 101 34 102
Binary 10111101 11000001 10010000 10 0 11001 11000 1000001 11100 1000010

Color Harmonies of #BDC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC190

Black with #BDC190

Text Example


Text Example

White with #BDC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC190; }

 p { color: rgb(189,193,144); }

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

background-color css

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

 a { background-color: rgb(189,193,144); }

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

border-color css

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

 span { border-color: rgb(189,193,144); }

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