Html Css Color HEX #BDC290 Green Mist

📋 copy color: '#BDC290'

red 189 ◦ green 194 ◦ blue 144

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

Shades of Green Mist #BDC290

Tints of Green Mist #BDC290

RGB

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

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

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

R = 35.86%
G = 36.81%
B = 27.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#BDC290 (or 0xBDC290) is known color: Green Mist. HEX triplet: BD, C2 and 90. RGB value is (189,194,144). Sum of RGB (Red+Green+Blue) = 189+194+144=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC290 is #423D6F. Grayscale: #BBBBBB. Windows color (decimal): -4341104 or 9487037. OLE color: 9487037.

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

Color convert

RGB 189 194 144 -
CMYK 0.03 0 0.26 0.24
HSL 66º 0.29% 0.66% -
HSV(B) 66º 0.26% 0.76% -
XYZ 45.31 51.42 33.92 -
YUV 186.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 189 194 144 0.03 0 0.26 0.24 66 0.29 0.66
Hex BD C2 90 3 0 1A 18 42 1D 42
Octal 275 302 220 3 0 32 30 102 35 102
Binary 10111101 11000010 10010000 11 0 11010 11000 1000010 11101 1000010

Color Harmonies of #BDC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC290

Black with #BDC290

Text Example


Text Example

White with #BDC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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